home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 35 / PC Gamer IT CD 35 2-2.iso / utility / prokal63 / ProKalc.exe / 0 / RCDATA / TAREAFORM / TAREAFORM.txt < prev   
Text File  |  1998-09-10  |  115KB  |  3,784 lines

  1. object AreaForm: TAreaForm
  2.   Left = 369
  3.   Top = 219
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderStyle = bsDialog
  7.   Caption = 'Area Calculation'
  8.   ClientHeight = 277
  9.   ClientWidth = 484
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   Scaled = False
  16.   OnActivate = FormActivate
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 16
  20.   object AreaNotebook: TPageControl
  21.     Left = 0
  22.     Top = 0
  23.     Width = 484
  24.     Height = 277
  25.     ActivePage = Tabsheet1
  26.     Align = alClient
  27.     Font.Charset = ANSI_CHARSET
  28.     Font.Color = clWindowText
  29.     Font.Height = -11
  30.     Font.Name = 'Arial'
  31.     Font.Style = []
  32.     HotTrack = True
  33.     MultiLine = True
  34.     ParentFont = False
  35.     TabOrder = 0
  36.     object Tabsheet1: TTabSheet
  37.       Caption = 'Circle'
  38.       object CircleImage: TImage
  39.         Left = 0
  40.         Top = 0
  41.         Width = 150
  42.         Height = 150
  43.         Picture.Data = {<image000.bmp>}
  44.       end
  45.       object AreaLabel: TLabel
  46.         Left = 246
  47.         Top = 20
  48.         Width = 63
  49.         Height = 16
  50.         Caption = 'Area (A) ='
  51.         Font.Charset = ANSI_CHARSET
  52.         Font.Color = clWindowText
  53.         Font.Height = -13
  54.         Font.Name = 'Arial'
  55.         Font.Style = [fsBold]
  56.         ParentFont = False
  57.       end
  58.       object RadiusLabel: TLabel
  59.         Left = 237
  60.         Top = 54
  61.         Width = 72
  62.         Height = 16
  63.         Caption = 'Radius (r) ='
  64.         Font.Charset = ANSI_CHARSET
  65.         Font.Color = clWindowText
  66.         Font.Height = -13
  67.         Font.Name = 'Arial'
  68.         Font.Style = [fsBold]
  69.         ParentFont = False
  70.       end
  71.       object DiameterLabel: TLabel
  72.         Left = 219
  73.         Top = 86
  74.         Width = 90
  75.         Height = 16
  76.         Caption = 'Diameter (d) ='
  77.         Font.Charset = ANSI_CHARSET
  78.         Font.Color = clWindowText
  79.         Font.Height = -13
  80.         Font.Name = 'Arial'
  81.         Font.Style = [fsBold]
  82.         ParentFont = False
  83.       end
  84.       object PerimeterLabel: TLabel
  85.         Left = 214
  86.         Top = 120
  87.         Width = 95
  88.         Height = 16
  89.         Caption = 'Perimeter (p) ='
  90.         Font.Charset = ANSI_CHARSET
  91.         Font.Color = clWindowText
  92.         Font.Height = -13
  93.         Font.Name = 'Arial'
  94.         Font.Style = [fsBold]
  95.         ParentFont = False
  96.       end
  97.       object CircleMemo: TMemo
  98.         Left = 22
  99.         Top = 162
  100.         Width = 107
  101.         Height = 69
  102.         TabStop = False
  103.         Alignment = taCenter
  104.         BorderStyle = bsNone
  105.         Ctl3D = False
  106.         Font.Charset = DEFAULT_CHARSET
  107.         Font.Color = clNavy
  108.         Font.Height = -13
  109.         Font.Name = 'Arial'
  110.         Font.Style = [fsBold]
  111.         Lines.Strings = (
  112.           'Enter any '
  113.           'known '
  114.           'value, then '
  115.           #39'Solve'#39'.')
  116.         ParentColor = True
  117.         ParentCtl3D = False
  118.         ParentFont = False
  119.         ReadOnly = True
  120.         TabOrder = 8
  121.       end
  122.       object CircleAreaEdit: TMemo
  123.         Left = 324
  124.         Top = 14
  125.         Width = 130
  126.         Height = 26
  127.         Alignment = taRightJustify
  128.         Color = clBlack
  129.         Font.Charset = DEFAULT_CHARSET
  130.         Font.Color = clLime
  131.         Font.Height = -13
  132.         Font.Name = 'Arial'
  133.         Font.Style = [fsBold]
  134.         MaxLength = 10
  135.         ParentFont = False
  136.         TabOrder = 0
  137.         WantReturns = False
  138.         WordWrap = False
  139.         OnKeyUp = CircleAreaEditKeyUp
  140.       end
  141.       object CircleRadiusEdit: TMemo
  142.         Left = 324
  143.         Top = 48
  144.         Width = 130
  145.         Height = 26
  146.         Alignment = taRightJustify
  147.         Color = clBlack
  148.         Font.Charset = DEFAULT_CHARSET
  149.         Font.Color = clLime
  150.         Font.Height = -13
  151.         Font.Name = 'Arial'
  152.         Font.Style = [fsBold]
  153.         MaxLength = 10
  154.         ParentFont = False
  155.         TabOrder = 1
  156.         WantReturns = False
  157.         WordWrap = False
  158.         OnKeyUp = CircleRadiusEditKeyUp
  159.       end
  160.       object CircleDiameterEdit: TMemo
  161.         Left = 324
  162.         Top = 82
  163.         Width = 130
  164.         Height = 26
  165.         Alignment = taRightJustify
  166.         Color = clBlack
  167.         Font.Charset = DEFAULT_CHARSET
  168.         Font.Color = clLime
  169.         Font.Height = -13
  170.         Font.Name = 'Arial'
  171.         Font.Style = [fsBold]
  172.         MaxLength = 10
  173.         ParentFont = False
  174.         TabOrder = 2
  175.         WantReturns = False
  176.         WordWrap = False
  177.         OnKeyUp = CircleDiameterEditKeyUp
  178.       end
  179.       object CirclePerimeterEdit: TMemo
  180.         Left = 324
  181.         Top = 116
  182.         Width = 130
  183.         Height = 26
  184.         Alignment = taRightJustify
  185.         Color = clBlack
  186.         Font.Charset = DEFAULT_CHARSET
  187.         Font.Color = clLime
  188.         Font.Height = -13
  189.         Font.Name = 'Arial'
  190.         Font.Style = [fsBold]
  191.         MaxLength = 10
  192.         ParentFont = False
  193.         TabOrder = 3
  194.         WantReturns = False
  195.         WordWrap = False
  196.         OnKeyUp = CirclePerimeterEditKeyUp
  197.       end
  198.       object CircleClearBtn: TBitBtn
  199.         Left = 172
  200.         Top = 200
  201.         Width = 70
  202.         Height = 24
  203.         Caption = 'C&lear'
  204.         Font.Charset = ANSI_CHARSET
  205.         Font.Color = clWindowText
  206.         Font.Height = -13
  207.         Font.Name = 'Arial'
  208.         Font.Style = [fsBold]
  209.         ParentFont = False
  210.         TabOrder = 4
  211.         OnClick = CircleClearBtnClick
  212.         Glyph.Data = {
  213.           76010000424D7601000000000000760000002800000020000000100000000100
  214.           04000000000000010000120B0000120B00001000000000000000000000000000
  215.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  216.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  217.           555557777F777555F55500000000555055557777777755F75555005500055055
  218.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  219.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  220.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  221.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  222.           B03055555F555757575755550555550B0B335555755555757555555555555550
  223.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  224.           50BB555555555555575F555555555555550B5555555555555575}
  225.         NumGlyphs = 2
  226.       end
  227.       object CircleSolveBtn: TBitBtn
  228.         Left = 246
  229.         Top = 200
  230.         Width = 70
  231.         Height = 24
  232.         Caption = '&Solve'
  233.         Font.Charset = ANSI_CHARSET
  234.         Font.Color = clWindowText
  235.         Font.Height = -13
  236.         Font.Name = 'Arial'
  237.         Font.Style = [fsBold]
  238.         ParentFont = False
  239.         TabOrder = 5
  240.         OnClick = CircleSolveBtnClick
  241.         Glyph.Data = {
  242.           76010000424D7601000000000000760000002800000020000000100000000100
  243.           04000000000000010000120B0000120B00001000000000000000000000000000
  244.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  245.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  246.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  247.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  248.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  249.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  250.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  251.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  252.           0333337F777777737F333308888888880333337F333333337F33330888888888
  253.           03333373FFFFFFFF733333700000000073333337777777773333}
  254.         NumGlyphs = 2
  255.       end
  256.       object AreaCloseBtn: TBitBtn
  257.         Left = 320
  258.         Top = 200
  259.         Width = 70
  260.         Height = 24
  261.         Font.Charset = ANSI_CHARSET
  262.         Font.Color = clWindowText
  263.         Font.Height = -13
  264.         Font.Name = 'Arial'
  265.         Font.Style = [fsBold]
  266.         ParentFont = False
  267.         TabOrder = 6
  268.         OnClick = AreaCloseBtnClick
  269.         Kind = bkClose
  270.       end
  271.       object AreaHelpBtn: TBitBtn
  272.         Left = 394
  273.         Top = 200
  274.         Width = 70
  275.         Height = 24
  276.         Font.Charset = ANSI_CHARSET
  277.         Font.Color = clWindowText
  278.         Font.Height = -13
  279.         Font.Name = 'Arial'
  280.         Font.Style = [fsBold]
  281.         ParentFont = False
  282.         TabOrder = 7
  283.         OnClick = AreaHelpBtnClick
  284.         Kind = bkHelp
  285.       end
  286.     end
  287.     object TabSheet2: TTabSheet
  288.       Caption = 'Circular Ring'
  289.       object CircRingImage: TImage
  290.         Left = 2
  291.         Top = 2
  292.         Width = 150
  293.         Height = 150
  294.         Picture.Data = {<image001.bmp>}
  295.       end
  296.       object CircRingAreaLabel: TLabel
  297.         Left = 248
  298.         Top = 18
  299.         Width = 63
  300.         Height = 16
  301.         Caption = 'Area (A) ='
  302.         Font.Charset = ANSI_CHARSET
  303.         Font.Color = clWindowText
  304.         Font.Height = -13
  305.         Font.Name = 'Arial'
  306.         Font.Style = [fsBold]
  307.         ParentFont = False
  308.       end
  309.       object CircRingShortRLabel: TLabel
  310.         Left = 202
  311.         Top = 50
  312.         Width = 109
  313.         Height = 16
  314.         Caption = 'Inner Radius (r) ='
  315.         Font.Charset = ANSI_CHARSET
  316.         Font.Color = clWindowText
  317.         Font.Height = -13
  318.         Font.Name = 'Arial'
  319.         Font.Style = [fsBold]
  320.         ParentFont = False
  321.       end
  322.       object CircRingLongRLabel: TLabel
  323.         Left = 196
  324.         Top = 86
  325.         Width = 115
  326.         Height = 16
  327.         Caption = 'Outer Radius (R) ='
  328.         Font.Charset = ANSI_CHARSET
  329.         Font.Color = clWindowText
  330.         Font.Height = -13
  331.         Font.Name = 'Arial'
  332.         Font.Style = [fsBold]
  333.         ParentFont = False
  334.       end
  335.       object CircRingExp: TMemo
  336.         Left = 18
  337.         Top = 172
  338.         Width = 115
  339.         Height = 55
  340.         TabStop = False
  341.         Alignment = taCenter
  342.         BorderStyle = bsNone
  343.         Ctl3D = False
  344.         Font.Charset = DEFAULT_CHARSET
  345.         Font.Color = clNavy
  346.         Font.Height = -13
  347.         Font.Name = 'Arial'
  348.         Font.Style = [fsBold]
  349.         Lines.Strings = (
  350.           'Enter two known '
  351.           'value, then '
  352.           #39'Solve'#39'.')
  353.         ParentColor = True
  354.         ParentCtl3D = False
  355.         ParentFont = False
  356.         ReadOnly = True
  357.         TabOrder = 7
  358.       end
  359.       object CircRingAreaEdit: TMemo
  360.         Left = 324
  361.         Top = 14
  362.         Width = 130
  363.         Height = 26
  364.         Alignment = taRightJustify
  365.         Color = clBlack
  366.         Font.Charset = DEFAULT_CHARSET
  367.         Font.Color = clLime
  368.         Font.Height = -13
  369.         Font.Name = 'Arial'
  370.         Font.Style = [fsBold]
  371.         MaxLength = 15
  372.         ParentFont = False
  373.         TabOrder = 0
  374.         WantReturns = False
  375.         WordWrap = False
  376.         OnKeyUp = CircRingAreaEditKeyUp
  377.       end
  378.       object CircRingShortREdit: TMemo
  379.         Left = 324
  380.         Top = 48
  381.         Width = 130
  382.         Height = 26
  383.         Alignment = taRightJustify
  384.         Color = clBlack
  385.         Font.Charset = DEFAULT_CHARSET
  386.         Font.Color = clLime
  387.         Font.Height = -13
  388.         Font.Name = 'Arial'
  389.         Font.Style = [fsBold]
  390.         MaxLength = 15
  391.         ParentFont = False
  392.         TabOrder = 1
  393.         WantReturns = False
  394.         WordWrap = False
  395.         OnKeyUp = CircRingShortREditKeyUp
  396.       end
  397.       object CircRingLongREdit: TMemo
  398.         Left = 324
  399.         Top = 82
  400.         Width = 130
  401.         Height = 26
  402.         Alignment = taRightJustify
  403.         Color = clBlack
  404.         Font.Charset = DEFAULT_CHARSET
  405.         Font.Color = clLime
  406.         Font.Height = -13
  407.         Font.Name = 'Arial'
  408.         Font.Style = [fsBold]
  409.         MaxLength = 15
  410.         ParentFont = False
  411.         TabOrder = 2
  412.         WantReturns = False
  413.         WordWrap = False
  414.         OnKeyUp = CircRingLongREditKeyUp
  415.       end
  416.       object CircRingClearBtn: TBitBtn
  417.         Left = 172
  418.         Top = 200
  419.         Width = 70
  420.         Height = 24
  421.         Caption = 'C&lear'
  422.         Font.Charset = ANSI_CHARSET
  423.         Font.Color = clWindowText
  424.         Font.Height = -13
  425.         Font.Name = 'Arial'
  426.         Font.Style = [fsBold]
  427.         ParentFont = False
  428.         TabOrder = 3
  429.         OnClick = CircRingClearBtnClick
  430.         Glyph.Data = {
  431.           76010000424D7601000000000000760000002800000020000000100000000100
  432.           04000000000000010000120B0000120B00001000000000000000000000000000
  433.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  434.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  435.           555557777F777555F55500000000555055557777777755F75555005500055055
  436.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  437.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  438.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  439.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  440.           B03055555F555757575755550555550B0B335555755555757555555555555550
  441.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  442.           50BB555555555555575F555555555555550B5555555555555575}
  443.         NumGlyphs = 2
  444.       end
  445.       object CircRingSolveBtn: TBitBtn
  446.         Left = 246
  447.         Top = 200
  448.         Width = 70
  449.         Height = 24
  450.         Caption = '&Solve'
  451.         Font.Charset = ANSI_CHARSET
  452.         Font.Color = clWindowText
  453.         Font.Height = -13
  454.         Font.Name = 'Arial'
  455.         Font.Style = [fsBold]
  456.         ParentFont = False
  457.         TabOrder = 4
  458.         OnClick = CircRingSolveBtnClick
  459.         Glyph.Data = {
  460.           76010000424D7601000000000000760000002800000020000000100000000100
  461.           04000000000000010000120B0000120B00001000000000000000000000000000
  462.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  463.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  464.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  465.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  466.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  467.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  468.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  469.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  470.           0333337F777777737F333308888888880333337F333333337F33330888888888
  471.           03333373FFFFFFFF733333700000000073333337777777773333}
  472.         NumGlyphs = 2
  473.       end
  474.       object CircRingCloseBtn: TBitBtn
  475.         Left = 320
  476.         Top = 200
  477.         Width = 70
  478.         Height = 24
  479.         Font.Charset = ANSI_CHARSET
  480.         Font.Color = clWindowText
  481.         Font.Height = -13
  482.         Font.Name = 'Arial'
  483.         Font.Style = [fsBold]
  484.         ParentFont = False
  485.         TabOrder = 5
  486.         Kind = bkClose
  487.       end
  488.       object CircRingHelpBtn: TBitBtn
  489.         Left = 394
  490.         Top = 200
  491.         Width = 70
  492.         Height = 24
  493.         Font.Charset = ANSI_CHARSET
  494.         Font.Color = clWindowText
  495.         Font.Height = -13
  496.         Font.Name = 'Arial'
  497.         Font.Style = [fsBold]
  498.         ParentFont = False
  499.         TabOrder = 6
  500.         OnClick = AreaHelpBtnClick
  501.         Kind = bkHelp
  502.       end
  503.     end
  504.     object TabSheet3: TTabSheet
  505.       Caption = 'Ellipse'
  506.       object EllipseImage: TImage
  507.         Left = -2
  508.         Top = 0
  509.         Width = 150
  510.         Height = 150
  511.         Picture.Data = {<image002.bmp>}
  512.       end
  513.       object EllipseAreaLabel: TLabel
  514.         Left = 246
  515.         Top = 18
  516.         Width = 63
  517.         Height = 16
  518.         Caption = 'Area (A) ='
  519.         Font.Charset = ANSI_CHARSET
  520.         Font.Color = clWindowText
  521.         Font.Height = -13
  522.         Font.Name = 'Arial'
  523.         Font.Style = [fsBold]
  524.         ParentFont = False
  525.       end
  526.       object EllipseMinorEdit: TLabel
  527.         Left = 210
  528.         Top = 52
  529.         Width = 99
  530.         Height = 16
  531.         Caption = 'Minor Axis (a) ='
  532.         Font.Charset = ANSI_CHARSET
  533.         Font.Color = clWindowText
  534.         Font.Height = -13
  535.         Font.Name = 'Arial'
  536.         Font.Style = [fsBold]
  537.         ParentFont = False
  538.       end
  539.       object EllipseMajorLabel: TLabel
  540.         Left = 210
  541.         Top = 88
  542.         Width = 99
  543.         Height = 16
  544.         Caption = 'Major Axis (b) ='
  545.         Font.Charset = ANSI_CHARSET
  546.         Font.Color = clWindowText
  547.         Font.Height = -13
  548.         Font.Name = 'Arial'
  549.         Font.Style = [fsBold]
  550.         ParentFont = False
  551.       end
  552.       object EllipseExp: TMemo
  553.         Left = 28
  554.         Top = 162
  555.         Width = 101
  556.         Height = 75
  557.         TabStop = False
  558.         Alignment = taCenter
  559.         BorderStyle = bsNone
  560.         Ctl3D = False
  561.         Font.Charset = DEFAULT_CHARSET
  562.         Font.Color = clNavy
  563.         Font.Height = -13
  564.         Font.Name = 'Arial'
  565.         Font.Style = [fsBold]
  566.         Lines.Strings = (
  567.           'Enter two '
  568.           'known '
  569.           'values, then '
  570.           #39'Solve'#39'.')
  571.         ParentColor = True
  572.         ParentCtl3D = False
  573.         ParentFont = False
  574.         ReadOnly = True
  575.         TabOrder = 7
  576.       end
  577.       object EllipseAreaEdit: TMemo
  578.         Left = 324
  579.         Top = 14
  580.         Width = 130
  581.         Height = 26
  582.         Alignment = taRightJustify
  583.         Color = clBlack
  584.         Font.Charset = DEFAULT_CHARSET
  585.         Font.Color = clLime
  586.         Font.Height = -13
  587.         Font.Name = 'Arial'
  588.         Font.Style = [fsBold]
  589.         MaxLength = 15
  590.         ParentFont = False
  591.         TabOrder = 0
  592.         WantReturns = False
  593.         WordWrap = False
  594.         OnKeyUp = EllipseAreaEditKeyUp
  595.       end
  596.       object EllipseAEdit: TMemo
  597.         Left = 324
  598.         Top = 50
  599.         Width = 130
  600.         Height = 26
  601.         Alignment = taRightJustify
  602.         Color = clBlack
  603.         Font.Charset = DEFAULT_CHARSET
  604.         Font.Color = clLime
  605.         Font.Height = -13
  606.         Font.Name = 'Arial'
  607.         Font.Style = [fsBold]
  608.         MaxLength = 15
  609.         ParentFont = False
  610.         TabOrder = 1
  611.         WantReturns = False
  612.         WordWrap = False
  613.         OnKeyUp = EllipseAEditKeyUp
  614.       end
  615.       object EllipseBEdit: TMemo
  616.         Left = 324
  617.         Top = 86
  618.         Width = 130
  619.         Height = 26
  620.         Alignment = taRightJustify
  621.         Color = clBlack
  622.         Font.Charset = DEFAULT_CHARSET
  623.         Font.Color = clLime
  624.         Font.Height = -13
  625.         Font.Name = 'Arial'
  626.         Font.Style = [fsBold]
  627.         MaxLength = 15
  628.         ParentFont = False
  629.         TabOrder = 2
  630.         WantReturns = False
  631.         WordWrap = False
  632.         OnKeyUp = EllipseBEditKeyUp
  633.       end
  634.       object EllipseClearBtn: TBitBtn
  635.         Left = 172
  636.         Top = 200
  637.         Width = 70
  638.         Height = 24
  639.         Hint = 'Clear all values'
  640.         Caption = 'C&lear'
  641.         Font.Charset = ANSI_CHARSET
  642.         Font.Color = clWindowText
  643.         Font.Height = -13
  644.         Font.Name = 'Arial'
  645.         Font.Style = [fsBold]
  646.         ParentFont = False
  647.         TabOrder = 3
  648.         OnClick = EllipseClearBtnClick
  649.         Glyph.Data = {
  650.           76010000424D7601000000000000760000002800000020000000100000000100
  651.           04000000000000010000120B0000120B00001000000000000000000000000000
  652.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  653.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  654.           555557777F777555F55500000000555055557777777755F75555005500055055
  655.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  656.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  657.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  658.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  659.           B03055555F555757575755550555550B0B335555755555757555555555555550
  660.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  661.           50BB555555555555575F555555555555550B5555555555555575}
  662.         NumGlyphs = 2
  663.       end
  664.       object EllipseSolveBtn: TBitBtn
  665.         Left = 246
  666.         Top = 200
  667.         Width = 70
  668.         Height = 24
  669.         Hint = 'Solve for unknown'
  670.         Caption = '&Solve'
  671.         Font.Charset = ANSI_CHARSET
  672.         Font.Color = clWindowText
  673.         Font.Height = -13
  674.         Font.Name = 'Arial'
  675.         Font.Style = [fsBold]
  676.         ParentFont = False
  677.         TabOrder = 4
  678.         OnClick = EllipseSolveBtnClick
  679.         Glyph.Data = {
  680.           76010000424D7601000000000000760000002800000020000000100000000100
  681.           04000000000000010000120B0000120B00001000000000000000000000000000
  682.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  683.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  684.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  685.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  686.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  687.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  688.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  689.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  690.           0333337F777777737F333308888888880333337F333333337F33330888888888
  691.           03333373FFFFFFFF733333700000000073333337777777773333}
  692.         NumGlyphs = 2
  693.       end
  694.       object EllipseCloseBtn: TBitBtn
  695.         Left = 320
  696.         Top = 200
  697.         Width = 70
  698.         Height = 24
  699.         Hint = 'Back to calculator'
  700.         Font.Charset = ANSI_CHARSET
  701.         Font.Color = clWindowText
  702.         Font.Height = -13
  703.         Font.Name = 'Arial'
  704.         Font.Style = [fsBold]
  705.         ParentFont = False
  706.         TabOrder = 5
  707.         Kind = bkClose
  708.       end
  709.       object EllipseHelpBtn: TBitBtn
  710.         Left = 394
  711.         Top = 200
  712.         Width = 70
  713.         Height = 24
  714.         Hint = 'Get help'
  715.         Font.Charset = ANSI_CHARSET
  716.         Font.Color = clWindowText
  717.         Font.Height = -13
  718.         Font.Name = 'Arial'
  719.         Font.Style = [fsBold]
  720.         ParentFont = False
  721.         TabOrder = 6
  722.         OnClick = AreaHelpBtnClick
  723.         Kind = bkHelp
  724.       end
  725.     end
  726.     object TabSheet4: TTabSheet
  727.       Caption = 'Parallelogram'
  728.       object ParallelImage: TImage
  729.         Left = 0
  730.         Top = 0
  731.         Width = 150
  732.         Height = 150
  733.         Picture.Data = {<image003.bmp>}
  734.       end
  735.       object ParallelAreaLable: TLabel
  736.         Left = 244
  737.         Top = 18
  738.         Width = 63
  739.         Height = 16
  740.         Caption = 'Area (A) ='
  741.         Font.Charset = ANSI_CHARSET
  742.         Font.Color = clWindowText
  743.         Font.Height = -13
  744.         Font.Name = 'Arial'
  745.         Font.Style = [fsBold]
  746.         ParentFont = False
  747.       end
  748.       object ParallelASideLabel: TLabel
  749.         Left = 249
  750.         Top = 54
  751.         Width = 58
  752.         Height = 16
  753.         Caption = 'side (a) ='
  754.         Font.Charset = ANSI_CHARSET
  755.         Font.Color = clWindowText
  756.         Font.Height = -13
  757.         Font.Name = 'Arial'
  758.         Font.Style = [fsBold]
  759.         ParentFont = False
  760.       end
  761.       object ParallelBSideLabel: TLabel
  762.         Left = 249
  763.         Top = 90
  764.         Width = 58
  765.         Height = 16
  766.         Caption = 'side (b) ='
  767.         Font.Charset = ANSI_CHARSET
  768.         Font.Color = clWindowText
  769.         Font.Height = -13
  770.         Font.Name = 'Arial'
  771.         Font.Style = [fsBold]
  772.         ParentFont = False
  773.       end
  774.       object ParallelMemo: TMemo
  775.         Left = 24
  776.         Top = 170
  777.         Width = 101
  778.         Height = 55
  779.         TabStop = False
  780.         Alignment = taCenter
  781.         BorderStyle = bsNone
  782.         Ctl3D = False
  783.         Font.Charset = DEFAULT_CHARSET
  784.         Font.Color = clNavy
  785.         Font.Height = -13
  786.         Font.Name = 'Arial'
  787.         Font.Style = [fsBold]
  788.         Lines.Strings = (
  789.           'Enter two '
  790.           'known values, '
  791.           'then '#39'Solve'#39'.')
  792.         ParentColor = True
  793.         ParentCtl3D = False
  794.         ParentFont = False
  795.         ReadOnly = True
  796.         TabOrder = 7
  797.       end
  798.       object ParallelAreaEdit: TMemo
  799.         Left = 324
  800.         Top = 14
  801.         Width = 129
  802.         Height = 26
  803.         Alignment = taRightJustify
  804.         Color = clBlack
  805.         Font.Charset = DEFAULT_CHARSET
  806.         Font.Color = clLime
  807.         Font.Height = -13
  808.         Font.Name = 'Arial'
  809.         Font.Style = [fsBold]
  810.         MaxLength = 15
  811.         ParentFont = False
  812.         TabOrder = 0
  813.         WantReturns = False
  814.         WordWrap = False
  815.         OnKeyUp = ParallelAreaEditKeyUp
  816.       end
  817.       object ParallelASideEdit: TMemo
  818.         Left = 324
  819.         Top = 50
  820.         Width = 129
  821.         Height = 26
  822.         Alignment = taRightJustify
  823.         Color = clBlack
  824.         Font.Charset = DEFAULT_CHARSET
  825.         Font.Color = clLime
  826.         Font.Height = -13
  827.         Font.Name = 'Arial'
  828.         Font.Style = [fsBold]
  829.         MaxLength = 15
  830.         ParentFont = False
  831.         TabOrder = 1
  832.         WantReturns = False
  833.         WordWrap = False
  834.         OnKeyUp = ParallelASideEditKeyUp
  835.       end
  836.       object ParallelBSideEdit: TMemo
  837.         Left = 324
  838.         Top = 86
  839.         Width = 129
  840.         Height = 26
  841.         Alignment = taRightJustify
  842.         Color = clBlack
  843.         Font.Charset = DEFAULT_CHARSET
  844.         Font.Color = clLime
  845.         Font.Height = -13
  846.         Font.Name = 'Arial'
  847.         Font.Style = [fsBold]
  848.         MaxLength = 15
  849.         ParentFont = False
  850.         TabOrder = 2
  851.         WantReturns = False
  852.         WordWrap = False
  853.         OnKeyUp = ParallelBSideEditKeyUp
  854.       end
  855.       object ParallelClearBtn: TBitBtn
  856.         Left = 172
  857.         Top = 200
  858.         Width = 70
  859.         Height = 24
  860.         Caption = 'C&lear'
  861.         Font.Charset = ANSI_CHARSET
  862.         Font.Color = clWindowText
  863.         Font.Height = -13
  864.         Font.Name = 'Arial'
  865.         Font.Style = [fsBold]
  866.         ParentFont = False
  867.         TabOrder = 3
  868.         OnClick = ParallelClearBtnClick
  869.         Glyph.Data = {
  870.           76010000424D7601000000000000760000002800000020000000100000000100
  871.           04000000000000010000120B0000120B00001000000000000000000000000000
  872.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  873.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  874.           555557777F777555F55500000000555055557777777755F75555005500055055
  875.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  876.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  877.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  878.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  879.           B03055555F555757575755550555550B0B335555755555757555555555555550
  880.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  881.           50BB555555555555575F555555555555550B5555555555555575}
  882.         NumGlyphs = 2
  883.       end
  884.       object ParallelSolveBtn: TBitBtn
  885.         Left = 246
  886.         Top = 200
  887.         Width = 70
  888.         Height = 24
  889.         Caption = '&Solve'
  890.         Font.Charset = ANSI_CHARSET
  891.         Font.Color = clWindowText
  892.         Font.Height = -13
  893.         Font.Name = 'Arial'
  894.         Font.Style = [fsBold]
  895.         ParentFont = False
  896.         TabOrder = 4
  897.         OnClick = ParallelSolveBtnClick
  898.         Glyph.Data = {
  899.           76010000424D7601000000000000760000002800000020000000100000000100
  900.           04000000000000010000120B0000120B00001000000000000000000000000000
  901.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  902.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  903.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  904.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  905.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  906.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  907.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  908.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  909.           0333337F777777737F333308888888880333337F333333337F33330888888888
  910.           03333373FFFFFFFF733333700000000073333337777777773333}
  911.         NumGlyphs = 2
  912.       end
  913.       object ParallelCloseBtn: TBitBtn
  914.         Left = 320
  915.         Top = 200
  916.         Width = 70
  917.         Height = 24
  918.         Font.Charset = ANSI_CHARSET
  919.         Font.Color = clWindowText
  920.         Font.Height = -13
  921.         Font.Name = 'Arial'
  922.         Font.Style = [fsBold]
  923.         ParentFont = False
  924.         TabOrder = 5
  925.         Kind = bkClose
  926.       end
  927.       object ParallelHelpBtn: TBitBtn
  928.         Left = 394
  929.         Top = 200
  930.         Width = 70
  931.         Height = 24
  932.         Font.Charset = ANSI_CHARSET
  933.         Font.Color = clWindowText
  934.         Font.Height = -13
  935.         Font.Name = 'Arial'
  936.         Font.Style = [fsBold]
  937.         ParentFont = False
  938.         TabOrder = 6
  939.         OnClick = AreaHelpBtnClick
  940.         Kind = bkHelp
  941.       end
  942.     end
  943.     object TabSheet5: TTabSheet
  944.       Caption = 'Parabola'
  945.       object ParabolaImage: TImage
  946.         Left = 0
  947.         Top = 0
  948.         Width = 150
  949.         Height = 150
  950.         Picture.Data = {<image004.bmp>}
  951.       end
  952.       object ParabolaAreaLabel: TLabel
  953.         Left = 250
  954.         Top = 18
  955.         Width = 63
  956.         Height = 16
  957.         Caption = 'Area (A) ='
  958.         Font.Charset = ANSI_CHARSET
  959.         Font.Color = clWindowText
  960.         Font.Height = -13
  961.         Font.Name = 'Arial'
  962.         Font.Style = [fsBold]
  963.         ParentFont = False
  964.       end
  965.       object ParabolaBaseLabel: TLabel
  966.         Left = 250
  967.         Top = 50
  968.         Width = 63
  969.         Height = 16
  970.         Caption = 'Base (b) ='
  971.         Font.Charset = ANSI_CHARSET
  972.         Font.Color = clWindowText
  973.         Font.Height = -13
  974.         Font.Name = 'Arial'
  975.         Font.Style = [fsBold]
  976.         ParentFont = False
  977.       end
  978.       object ParabolaHeightLabel: TLabel
  979.         Left = 240
  980.         Top = 86
  981.         Width = 73
  982.         Height = 16
  983.         Caption = 'Height (h) ='
  984.         Font.Charset = ANSI_CHARSET
  985.         Font.Color = clWindowText
  986.         Font.Height = -13
  987.         Font.Name = 'Arial'
  988.         Font.Style = [fsBold]
  989.         ParentFont = False
  990.       end
  991.       object ParabolaExp: TMemo
  992.         Left = 32
  993.         Top = 158
  994.         Width = 85
  995.         Height = 71
  996.         TabStop = False
  997.         Alignment = taCenter
  998.         BorderStyle = bsNone
  999.         Ctl3D = False
  1000.         Font.Charset = DEFAULT_CHARSET
  1001.         Font.Color = clNavy
  1002.         Font.Height = -13
  1003.         Font.Name = 'Arial'
  1004.         Font.Style = [fsBold]
  1005.         Lines.Strings = (
  1006.           'Enter two '
  1007.           'known '
  1008.           'values, then '
  1009.           #39'Solve'#39'.')
  1010.         ParentColor = True
  1011.         ParentCtl3D = False
  1012.         ParentFont = False
  1013.         ReadOnly = True
  1014.         TabOrder = 7
  1015.       end
  1016.       object ParabolaAreaEdit: TMemo
  1017.         Left = 326
  1018.         Top = 14
  1019.         Width = 130
  1020.         Height = 26
  1021.         Alignment = taRightJustify
  1022.         Color = clBlack
  1023.         Font.Charset = DEFAULT_CHARSET
  1024.         Font.Color = clLime
  1025.         Font.Height = -13
  1026.         Font.Name = 'Arial'
  1027.         Font.Style = [fsBold]
  1028.         MaxLength = 15
  1029.         ParentFont = False
  1030.         TabOrder = 0
  1031.         WantReturns = False
  1032.         WordWrap = False
  1033.         OnKeyUp = ParabolaAreaEditKeyUp
  1034.       end
  1035.       object ParabolaBaseEdit: TMemo
  1036.         Left = 326
  1037.         Top = 48
  1038.         Width = 130
  1039.         Height = 26
  1040.         Alignment = taRightJustify
  1041.         Color = clBlack
  1042.         Font.Charset = DEFAULT_CHARSET
  1043.         Font.Color = clLime
  1044.         Font.Height = -13
  1045.         Font.Name = 'Arial'
  1046.         Font.Style = [fsBold]
  1047.         MaxLength = 15
  1048.         ParentFont = False
  1049.         TabOrder = 1
  1050.         WantReturns = False
  1051.         WordWrap = False
  1052.         OnKeyUp = ParabolaBaseEditKeyUp
  1053.       end
  1054.       object ParabolaHeightEdit: TMemo
  1055.         Left = 328
  1056.         Top = 82
  1057.         Width = 130
  1058.         Height = 26
  1059.         Alignment = taRightJustify
  1060.         Color = clBlack
  1061.         Font.Charset = DEFAULT_CHARSET
  1062.         Font.Color = clLime
  1063.         Font.Height = -13
  1064.         Font.Name = 'Arial'
  1065.         Font.Style = [fsBold]
  1066.         MaxLength = 15
  1067.         ParentFont = False
  1068.         TabOrder = 2
  1069.         WantReturns = False
  1070.         WordWrap = False
  1071.         OnKeyUp = ParabolaHeightEditKeyUp
  1072.       end
  1073.       object ParabolaClearBtn: TBitBtn
  1074.         Left = 172
  1075.         Top = 200
  1076.         Width = 70
  1077.         Height = 24
  1078.         Caption = 'C&lear'
  1079.         Font.Charset = ANSI_CHARSET
  1080.         Font.Color = clWindowText
  1081.         Font.Height = -13
  1082.         Font.Name = 'Arial'
  1083.         Font.Style = [fsBold]
  1084.         ParentFont = False
  1085.         TabOrder = 3
  1086.         OnClick = ParabolaClearBtnClick
  1087.         Glyph.Data = {
  1088.           76010000424D7601000000000000760000002800000020000000100000000100
  1089.           04000000000000010000120B0000120B00001000000000000000000000000000
  1090.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1091.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  1092.           555557777F777555F55500000000555055557777777755F75555005500055055
  1093.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  1094.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  1095.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  1096.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  1097.           B03055555F555757575755550555550B0B335555755555757555555555555550
  1098.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  1099.           50BB555555555555575F555555555555550B5555555555555575}
  1100.         NumGlyphs = 2
  1101.       end
  1102.       object ParabolaSolveBtn: TBitBtn
  1103.         Left = 246
  1104.         Top = 200
  1105.         Width = 70
  1106.         Height = 24
  1107.         Caption = '&Solve'
  1108.         Font.Charset = ANSI_CHARSET
  1109.         Font.Color = clWindowText
  1110.         Font.Height = -13
  1111.         Font.Name = 'Arial'
  1112.         Font.Style = [fsBold]
  1113.         ParentFont = False
  1114.         TabOrder = 4
  1115.         OnClick = ParabolaSolveBtnClick
  1116.         Glyph.Data = {
  1117.           76010000424D7601000000000000760000002800000020000000100000000100
  1118.           04000000000000010000120B0000120B00001000000000000000000000000000
  1119.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1120.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  1121.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  1122.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  1123.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1124.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1125.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  1126.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  1127.           0333337F777777737F333308888888880333337F333333337F33330888888888
  1128.           03333373FFFFFFFF733333700000000073333337777777773333}
  1129.         NumGlyphs = 2
  1130.       end
  1131.       object ParabolaCloseBtn: TBitBtn
  1132.         Left = 320
  1133.         Top = 200
  1134.         Width = 70
  1135.         Height = 24
  1136.         Font.Charset = ANSI_CHARSET
  1137.         Font.Color = clWindowText
  1138.         Font.Height = -13
  1139.         Font.Name = 'Arial'
  1140.         Font.Style = [fsBold]
  1141.         ParentFont = False
  1142.         TabOrder = 5
  1143.         Kind = bkClose
  1144.       end
  1145.       object ParabolaHelpBtn: TBitBtn
  1146.         Left = 394
  1147.         Top = 200
  1148.         Width = 70
  1149.         Height = 24
  1150.         Font.Charset = ANSI_CHARSET
  1151.         Font.Color = clWindowText
  1152.         Font.Height = -13
  1153.         Font.Name = 'Arial'
  1154.         Font.Style = [fsBold]
  1155.         ParentFont = False
  1156.         TabOrder = 6
  1157.         OnClick = AreaHelpBtnClick
  1158.         Kind = bkHelp
  1159.       end
  1160.     end
  1161.     object TabSheet6: TTabSheet
  1162.       Caption = 'Quadrant'
  1163.       object QuadrantImage: TImage
  1164.         Left = 2
  1165.         Top = 0
  1166.         Width = 150
  1167.         Height = 150
  1168.         Picture.Data = {<image005.bmp>}
  1169.       end
  1170.       object QuadrantAreaLabel: TLabel
  1171.         Left = 250
  1172.         Top = 22
  1173.         Width = 63
  1174.         Height = 16
  1175.         Caption = 'Area (A) ='
  1176.         Font.Charset = ANSI_CHARSET
  1177.         Font.Color = clWindowText
  1178.         Font.Height = -13
  1179.         Font.Name = 'Arial'
  1180.         Font.Style = [fsBold]
  1181.         ParentFont = False
  1182.       end
  1183.       object QuadrantRadiusLabel: TLabel
  1184.         Left = 241
  1185.         Top = 58
  1186.         Width = 72
  1187.         Height = 16
  1188.         Caption = 'Radius (r) ='
  1189.         Font.Charset = ANSI_CHARSET
  1190.         Font.Color = clWindowText
  1191.         Font.Height = -13
  1192.         Font.Name = 'Arial'
  1193.         Font.Style = [fsBold]
  1194.         ParentFont = False
  1195.       end
  1196.       object QuadrantChordLabel: TLabel
  1197.         Left = 244
  1198.         Top = 92
  1199.         Width = 69
  1200.         Height = 16
  1201.         Caption = 'Chord (c) ='
  1202.         Font.Charset = ANSI_CHARSET
  1203.         Font.Color = clWindowText
  1204.         Font.Height = -13
  1205.         Font.Name = 'Arial'
  1206.         Font.Style = [fsBold]
  1207.         ParentFont = False
  1208.       end
  1209.       object QuadrantExp: TMemo
  1210.         Left = 28
  1211.         Top = 164
  1212.         Width = 95
  1213.         Height = 61
  1214.         TabStop = False
  1215.         Alignment = taCenter
  1216.         BorderStyle = bsNone
  1217.         Ctl3D = False
  1218.         Font.Charset = DEFAULT_CHARSET
  1219.         Font.Color = clNavy
  1220.         Font.Height = -13
  1221.         Font.Name = 'Arial'
  1222.         Font.Style = [fsBold]
  1223.         Lines.Strings = (
  1224.           'Enter any '
  1225.           'known value, '
  1226.           'then '#39'Solve'#39'.')
  1227.         ParentColor = True
  1228.         ParentCtl3D = False
  1229.         ParentFont = False
  1230.         ReadOnly = True
  1231.         TabOrder = 7
  1232.       end
  1233.       object QuadrantAreaEdit: TMemo
  1234.         Left = 326
  1235.         Top = 18
  1236.         Width = 130
  1237.         Height = 26
  1238.         Alignment = taRightJustify
  1239.         Color = clBlack
  1240.         Font.Charset = DEFAULT_CHARSET
  1241.         Font.Color = clLime
  1242.         Font.Height = -13
  1243.         Font.Name = 'Arial'
  1244.         Font.Style = [fsBold]
  1245.         MaxLength = 15
  1246.         ParentFont = False
  1247.         TabOrder = 0
  1248.         WantReturns = False
  1249.         WordWrap = False
  1250.         OnKeyUp = QuadrantAreaEditKeyUp
  1251.       end
  1252.       object QuadrantRadiusEdit: TMemo
  1253.         Left = 326
  1254.         Top = 54
  1255.         Width = 130
  1256.         Height = 26
  1257.         Alignment = taRightJustify
  1258.         Color = clBlack
  1259.         Font.Charset = DEFAULT_CHARSET
  1260.         Font.Color = clLime
  1261.         Font.Height = -13
  1262.         Font.Name = 'Arial'
  1263.         Font.Style = [fsBold]
  1264.         MaxLength = 15
  1265.         ParentFont = False
  1266.         TabOrder = 1
  1267.         WantReturns = False
  1268.         WordWrap = False
  1269.         OnKeyUp = QuadrantRadiusEditKeyUp
  1270.       end
  1271.       object QuadrantChordEdit: TMemo
  1272.         Left = 326
  1273.         Top = 90
  1274.         Width = 130
  1275.         Height = 26
  1276.         Alignment = taRightJustify
  1277.         Color = clBlack
  1278.         Font.Charset = DEFAULT_CHARSET
  1279.         Font.Color = clLime
  1280.         Font.Height = -13
  1281.         Font.Name = 'Arial'
  1282.         Font.Style = [fsBold]
  1283.         MaxLength = 15
  1284.         ParentFont = False
  1285.         TabOrder = 2
  1286.         WantReturns = False
  1287.         WordWrap = False
  1288.         OnKeyUp = QuadrantChordEditKeyUp
  1289.       end
  1290.       object QuadrantClearBtn: TBitBtn
  1291.         Left = 172
  1292.         Top = 200
  1293.         Width = 70
  1294.         Height = 24
  1295.         Caption = 'C&lear'
  1296.         Font.Charset = ANSI_CHARSET
  1297.         Font.Color = clWindowText
  1298.         Font.Height = -13
  1299.         Font.Name = 'Arial'
  1300.         Font.Style = [fsBold]
  1301.         ParentFont = False
  1302.         TabOrder = 3
  1303.         OnClick = QuadrantClearBtnClick
  1304.         Glyph.Data = {
  1305.           76010000424D7601000000000000760000002800000020000000100000000100
  1306.           04000000000000010000120B0000120B00001000000000000000000000000000
  1307.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1308.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  1309.           555557777F777555F55500000000555055557777777755F75555005500055055
  1310.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  1311.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  1312.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  1313.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  1314.           B03055555F555757575755550555550B0B335555755555757555555555555550
  1315.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  1316.           50BB555555555555575F555555555555550B5555555555555575}
  1317.         NumGlyphs = 2
  1318.       end
  1319.       object QuadrantSolveBtn: TBitBtn
  1320.         Left = 246
  1321.         Top = 200
  1322.         Width = 70
  1323.         Height = 24
  1324.         Caption = '&Solve'
  1325.         Font.Charset = ANSI_CHARSET
  1326.         Font.Color = clWindowText
  1327.         Font.Height = -13
  1328.         Font.Name = 'Arial'
  1329.         Font.Style = [fsBold]
  1330.         ParentFont = False
  1331.         TabOrder = 4
  1332.         OnClick = QuadrantSolveBtnClick
  1333.         Glyph.Data = {
  1334.           76010000424D7601000000000000760000002800000020000000100000000100
  1335.           04000000000000010000120B0000120B00001000000000000000000000000000
  1336.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1337.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  1338.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  1339.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  1340.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1341.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1342.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  1343.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  1344.           0333337F777777737F333308888888880333337F333333337F33330888888888
  1345.           03333373FFFFFFFF733333700000000073333337777777773333}
  1346.         NumGlyphs = 2
  1347.       end
  1348.       object QuadrantCloseBtn: TBitBtn
  1349.         Left = 320
  1350.         Top = 200
  1351.         Width = 70
  1352.         Height = 24
  1353.         Font.Charset = ANSI_CHARSET
  1354.         Font.Color = clWindowText
  1355.         Font.Height = -13
  1356.         Font.Name = 'Arial'
  1357.         Font.Style = [fsBold]
  1358.         ParentFont = False
  1359.         TabOrder = 5
  1360.         Kind = bkClose
  1361.       end
  1362.       object QuadrantHelpBtn: TBitBtn
  1363.         Left = 394
  1364.         Top = 200
  1365.         Width = 70
  1366.         Height = 24
  1367.         Font.Charset = ANSI_CHARSET
  1368.         Font.Color = clWindowText
  1369.         Font.Height = -13
  1370.         Font.Name = 'Arial'
  1371.         Font.Style = [fsBold]
  1372.         ParentFont = False
  1373.         TabOrder = 6
  1374.         OnClick = AreaHelpBtnClick
  1375.         Kind = bkHelp
  1376.       end
  1377.     end
  1378.     object TabSheet7: TTabSheet
  1379.       Caption = 'Rectangle'
  1380.       object RectangleImage: TImage
  1381.         Left = 0
  1382.         Top = 0
  1383.         Width = 150
  1384.         Height = 150
  1385.         Picture.Data = {<image006.bmp>}
  1386.       end
  1387.       object RectangleAreaLabel: TLabel
  1388.         Left = 248
  1389.         Top = 20
  1390.         Width = 63
  1391.         Height = 16
  1392.         Caption = 'Area (A) ='
  1393.         Font.Charset = ANSI_CHARSET
  1394.         Font.Color = clWindowText
  1395.         Font.Height = -13
  1396.         Font.Name = 'Arial'
  1397.         Font.Style = [fsBold]
  1398.         ParentFont = False
  1399.       end
  1400.       object RectangleASideLabel: TLabel
  1401.         Left = 250
  1402.         Top = 54
  1403.         Width = 61
  1404.         Height = 16
  1405.         Caption = 'Side (a) ='
  1406.         Font.Charset = ANSI_CHARSET
  1407.         Font.Color = clWindowText
  1408.         Font.Height = -13
  1409.         Font.Name = 'Arial'
  1410.         Font.Style = [fsBold]
  1411.         ParentFont = False
  1412.       end
  1413.       object RectangleBSideLabel: TLabel
  1414.         Left = 250
  1415.         Top = 88
  1416.         Width = 61
  1417.         Height = 16
  1418.         Caption = 'Side (b) ='
  1419.         Font.Charset = ANSI_CHARSET
  1420.         Font.Color = clWindowText
  1421.         Font.Height = -13
  1422.         Font.Name = 'Arial'
  1423.         Font.Style = [fsBold]
  1424.         ParentFont = False
  1425.       end
  1426.       object RectangleDiagonalLabel: TLabel
  1427.         Left = 222
  1428.         Top = 122
  1429.         Width = 89
  1430.         Height = 16
  1431.         Caption = 'Diagonal (d) ='
  1432.         Font.Charset = ANSI_CHARSET
  1433.         Font.Color = clWindowText
  1434.         Font.Height = -13
  1435.         Font.Name = 'Arial'
  1436.         Font.Style = [fsBold]
  1437.         ParentFont = False
  1438.       end
  1439.       object Memo1: TMemo
  1440.         Left = 24
  1441.         Top = 160
  1442.         Width = 107
  1443.         Height = 67
  1444.         TabStop = False
  1445.         Alignment = taCenter
  1446.         BorderStyle = bsNone
  1447.         Ctl3D = False
  1448.         Font.Charset = DEFAULT_CHARSET
  1449.         Font.Color = clNavy
  1450.         Font.Height = -13
  1451.         Font.Name = 'Arial'
  1452.         Font.Style = [fsBold]
  1453.         Lines.Strings = (
  1454.           'Enter two '
  1455.           'known values, '
  1456.           'then '#39'Solve'#39'.')
  1457.         ParentColor = True
  1458.         ParentCtl3D = False
  1459.         ParentFont = False
  1460.         ReadOnly = True
  1461.         TabOrder = 8
  1462.       end
  1463.       object RectangleAreaEdit: TMemo
  1464.         Left = 326
  1465.         Top = 16
  1466.         Width = 129
  1467.         Height = 26
  1468.         Alignment = taRightJustify
  1469.         Color = clBlack
  1470.         Font.Charset = DEFAULT_CHARSET
  1471.         Font.Color = clLime
  1472.         Font.Height = -13
  1473.         Font.Name = 'Arial'
  1474.         Font.Style = [fsBold]
  1475.         MaxLength = 10
  1476.         ParentFont = False
  1477.         TabOrder = 0
  1478.         WantReturns = False
  1479.         WordWrap = False
  1480.         OnKeyUp = RectangleAreaEditKeyUp
  1481.       end
  1482.       object RectangleASideEdit: TMemo
  1483.         Left = 326
  1484.         Top = 50
  1485.         Width = 129
  1486.         Height = 26
  1487.         Alignment = taRightJustify
  1488.         Color = clBlack
  1489.         Font.Charset = DEFAULT_CHARSET
  1490.         Font.Color = clLime
  1491.         Font.Height = -13
  1492.         Font.Name = 'Arial'
  1493.         Font.Style = [fsBold]
  1494.         MaxLength = 10
  1495.         ParentFont = False
  1496.         TabOrder = 1
  1497.         WantReturns = False
  1498.         WordWrap = False
  1499.         OnKeyUp = RectangleASideEditKeyUp
  1500.       end
  1501.       object RectangleBSideEdit: TMemo
  1502.         Left = 326
  1503.         Top = 84
  1504.         Width = 129
  1505.         Height = 26
  1506.         Alignment = taRightJustify
  1507.         Color = clBlack
  1508.         Font.Charset = DEFAULT_CHARSET
  1509.         Font.Color = clLime
  1510.         Font.Height = -13
  1511.         Font.Name = 'Arial'
  1512.         Font.Style = [fsBold]
  1513.         MaxLength = 10
  1514.         ParentFont = False
  1515.         TabOrder = 2
  1516.         WantReturns = False
  1517.         WordWrap = False
  1518.         OnKeyUp = RectangleBSideEditKeyUp
  1519.       end
  1520.       object RectangleDiagonalEdit: TMemo
  1521.         Left = 326
  1522.         Top = 118
  1523.         Width = 129
  1524.         Height = 26
  1525.         Alignment = taRightJustify
  1526.         Color = clBlack
  1527.         Font.Charset = DEFAULT_CHARSET
  1528.         Font.Color = clLime
  1529.         Font.Height = -13
  1530.         Font.Name = 'Arial'
  1531.         Font.Style = [fsBold]
  1532.         MaxLength = 10
  1533.         ParentFont = False
  1534.         TabOrder = 3
  1535.         WantReturns = False
  1536.         WordWrap = False
  1537.         OnKeyUp = RectangleDiagonalEditKeyUp
  1538.       end
  1539.       object RectangleClearBtn: TBitBtn
  1540.         Left = 165
  1541.         Top = 200
  1542.         Width = 70
  1543.         Height = 24
  1544.         Caption = 'C&lear'
  1545.         Font.Charset = ANSI_CHARSET
  1546.         Font.Color = clWindowText
  1547.         Font.Height = -13
  1548.         Font.Name = 'Arial'
  1549.         Font.Style = [fsBold]
  1550.         ParentFont = False
  1551.         TabOrder = 4
  1552.         OnClick = RectangleClearBtnClick
  1553.         Glyph.Data = {
  1554.           76010000424D7601000000000000760000002800000020000000100000000100
  1555.           04000000000000010000120B0000120B00001000000000000000000000000000
  1556.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1557.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  1558.           555557777F777555F55500000000555055557777777755F75555005500055055
  1559.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  1560.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  1561.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  1562.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  1563.           B03055555F555757575755550555550B0B335555755555757555555555555550
  1564.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  1565.           50BB555555555555575F555555555555550B5555555555555575}
  1566.         NumGlyphs = 2
  1567.       end
  1568.       object RectangleSolveBtn: TBitBtn
  1569.         Left = 239
  1570.         Top = 200
  1571.         Width = 75
  1572.         Height = 24
  1573.         Caption = '&Solve'
  1574.         Font.Charset = ANSI_CHARSET
  1575.         Font.Color = clWindowText
  1576.         Font.Height = -13
  1577.         Font.Name = 'Arial'
  1578.         Font.Style = [fsBold]
  1579.         ParentFont = False
  1580.         TabOrder = 5
  1581.         OnClick = RectangleSolveBtnClick
  1582.         Glyph.Data = {
  1583.           76010000424D7601000000000000760000002800000020000000100000000100
  1584.           04000000000000010000120B0000120B00001000000000000000000000000000
  1585.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1586.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  1587.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  1588.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  1589.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1590.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1591.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  1592.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  1593.           0333337F777777737F333308888888880333337F333333337F33330888888888
  1594.           03333373FFFFFFFF733333700000000073333337777777773333}
  1595.         NumGlyphs = 2
  1596.       end
  1597.       object RecCloseBtn: TBitBtn
  1598.         Left = 318
  1599.         Top = 200
  1600.         Width = 70
  1601.         Height = 24
  1602.         Font.Charset = ANSI_CHARSET
  1603.         Font.Color = clWindowText
  1604.         Font.Height = -13
  1605.         Font.Name = 'Arial'
  1606.         Font.Style = [fsBold]
  1607.         ParentFont = False
  1608.         TabOrder = 6
  1609.         Kind = bkClose
  1610.       end
  1611.       object RectangleHelpBtn: TBitBtn
  1612.         Left = 394
  1613.         Top = 200
  1614.         Width = 70
  1615.         Height = 24
  1616.         Font.Charset = ANSI_CHARSET
  1617.         Font.Color = clWindowText
  1618.         Font.Height = -13
  1619.         Font.Name = 'Arial'
  1620.         Font.Style = [fsBold]
  1621.         ParentFont = False
  1622.         TabOrder = 7
  1623.         OnClick = AreaHelpBtnClick
  1624.         Kind = bkHelp
  1625.       end
  1626.     end
  1627.     object TabSheet8: TTabSheet
  1628.       Caption = 'Reg. Polygon'
  1629.       object PolygonImage: TImage
  1630.         Left = 0
  1631.         Top = 0
  1632.         Width = 150
  1633.         Height = 150
  1634.         Picture.Data = {<image007.bmp>}
  1635.       end
  1636.       object PolygonAreaLabel: TLabel
  1637.         Left = 238
  1638.         Top = 14
  1639.         Width = 63
  1640.         Height = 16
  1641.         Caption = 'Area (A) ='
  1642.         Font.Charset = ANSI_CHARSET
  1643.         Font.Color = clWindowText
  1644.         Font.Height = -13
  1645.         Font.Name = 'Arial'
  1646.         Font.Style = [fsBold]
  1647.         ParentFont = False
  1648.       end
  1649.       object PolygonShortRLabel: TLabel
  1650.         Left = 229
  1651.         Top = 44
  1652.         Width = 72
  1653.         Height = 16
  1654.         Caption = 'Radius (r) ='
  1655.         Font.Charset = ANSI_CHARSET
  1656.         Font.Color = clWindowText
  1657.         Font.Height = -13
  1658.         Font.Name = 'Arial'
  1659.         Font.Style = [fsBold]
  1660.         ParentFont = False
  1661.       end
  1662.       object PolygonLongRLabel: TLabel
  1663.         Left = 225
  1664.         Top = 76
  1665.         Width = 76
  1666.         Height = 16
  1667.         Caption = 'Radius (R) ='
  1668.         Font.Charset = ANSI_CHARSET
  1669.         Font.Color = clWindowText
  1670.         Font.Height = -13
  1671.         Font.Name = 'Arial'
  1672.         Font.Style = [fsBold]
  1673.         ParentFont = False
  1674.       end
  1675.       object PolygonSideLabel: TLabel
  1676.         Left = 239
  1677.         Top = 104
  1678.         Width = 62
  1679.         Height = 16
  1680.         Caption = 'Side (S) ='
  1681.         Font.Charset = ANSI_CHARSET
  1682.         Font.Color = clWindowText
  1683.         Font.Height = -13
  1684.         Font.Name = 'Arial'
  1685.         Font.Style = [fsBold]
  1686.         ParentFont = False
  1687.       end
  1688.       object PolygonExp: TMemo
  1689.         Left = 24
  1690.         Top = 164
  1691.         Width = 111
  1692.         Height = 67
  1693.         TabStop = False
  1694.         Alignment = taCenter
  1695.         BorderStyle = bsNone
  1696.         Ctl3D = False
  1697.         Font.Charset = DEFAULT_CHARSET
  1698.         Font.Color = clNavy
  1699.         Font.Height = -13
  1700.         Font.Name = 'Arial'
  1701.         Font.Style = [fsBold]
  1702.         Lines.Strings = (
  1703.           'Enter any known '
  1704.           'value, then '
  1705.           #39'Solve'#39'.')
  1706.         ParentColor = True
  1707.         ParentCtl3D = False
  1708.         ParentFont = False
  1709.         ReadOnly = True
  1710.         TabOrder = 8
  1711.       end
  1712.       object PolygonAreaEdit: TMemo
  1713.         Left = 314
  1714.         Top = 10
  1715.         Width = 130
  1716.         Height = 26
  1717.         Alignment = taRightJustify
  1718.         Color = clBlack
  1719.         Font.Charset = DEFAULT_CHARSET
  1720.         Font.Color = clLime
  1721.         Font.Height = -13
  1722.         Font.Name = 'Arial'
  1723.         Font.Style = [fsBold]
  1724.         MaxLength = 15
  1725.         ParentFont = False
  1726.         TabOrder = 0
  1727.         WantReturns = False
  1728.         WordWrap = False
  1729.         OnKeyUp = PolygonAreaEditKeyUp
  1730.       end
  1731.       object PolygonShortREdit: TMemo
  1732.         Left = 314
  1733.         Top = 40
  1734.         Width = 130
  1735.         Height = 26
  1736.         Alignment = taRightJustify
  1737.         Color = clBlack
  1738.         Font.Charset = DEFAULT_CHARSET
  1739.         Font.Color = clLime
  1740.         Font.Height = -13
  1741.         Font.Name = 'Arial'
  1742.         Font.Style = [fsBold]
  1743.         MaxLength = 15
  1744.         ParentFont = False
  1745.         TabOrder = 1
  1746.         WantReturns = False
  1747.         WordWrap = False
  1748.         OnKeyUp = PolygonShortREditKeyUp
  1749.       end
  1750.       object PolygonLongREdit: TMemo
  1751.         Left = 314
  1752.         Top = 70
  1753.         Width = 130
  1754.         Height = 26
  1755.         Alignment = taRightJustify
  1756.         Color = clBlack
  1757.         Font.Charset = DEFAULT_CHARSET
  1758.         Font.Color = clLime
  1759.         Font.Height = -13
  1760.         Font.Name = 'Arial'
  1761.         Font.Style = [fsBold]
  1762.         MaxLength = 15
  1763.         ParentFont = False
  1764.         TabOrder = 2
  1765.         WantReturns = False
  1766.         WordWrap = False
  1767.         OnKeyUp = PolygonLongREditKeyUp
  1768.       end
  1769.       object PolygonSideEdit: TMemo
  1770.         Left = 314
  1771.         Top = 100
  1772.         Width = 130
  1773.         Height = 26
  1774.         Alignment = taRightJustify
  1775.         Color = clBlack
  1776.         Font.Charset = DEFAULT_CHARSET
  1777.         Font.Color = clLime
  1778.         Font.Height = -13
  1779.         Font.Name = 'Arial'
  1780.         Font.Style = [fsBold]
  1781.         MaxLength = 15
  1782.         ParentFont = False
  1783.         TabOrder = 3
  1784.         WantReturns = False
  1785.         WordWrap = False
  1786.         OnKeyUp = PolygonSideEditKeyUp
  1787.       end
  1788.       object PolygonSpinPanel: TPanel
  1789.         Left = 260
  1790.         Top = 138
  1791.         Width = 185
  1792.         Height = 41
  1793.         Color = clGray
  1794.         TabOrder = 9
  1795.         object PolygonSpinLabel: TLabel
  1796.           Left = 10
  1797.           Top = 12
  1798.           Width = 106
  1799.           Height = 16
  1800.           Caption = 'Number of sides:'
  1801.           Font.Charset = ANSI_CHARSET
  1802.           Font.Color = clWindowText
  1803.           Font.Height = -13
  1804.           Font.Name = 'Arial'
  1805.           Font.Style = [fsBold]
  1806.           ParentFont = False
  1807.         end
  1808.         object PolygonSpinEdit: TSpinEdit
  1809.           Left = 132
  1810.           Top = 7
  1811.           Width = 41
  1812.           Height = 26
  1813.           AutoSize = False
  1814.           Color = clBlack
  1815.           Ctl3D = True
  1816.           Font.Charset = DEFAULT_CHARSET
  1817.           Font.Color = clYellow
  1818.           Font.Height = -13
  1819.           Font.Name = 'System'
  1820.           Font.Style = [fsBold]
  1821.           MaxLength = 2
  1822.           MaxValue = 50
  1823.           MinValue = 4
  1824.           ParentCtl3D = False
  1825.           ParentFont = False
  1826.           TabOrder = 0
  1827.           Value = 4
  1828.         end
  1829.       end
  1830.       object PolygonClearBtn: TBitBtn
  1831.         Left = 172
  1832.         Top = 200
  1833.         Width = 70
  1834.         Height = 24
  1835.         Caption = 'C&lear'
  1836.         Font.Charset = ANSI_CHARSET
  1837.         Font.Color = clWindowText
  1838.         Font.Height = -13
  1839.         Font.Name = 'Arial'
  1840.         Font.Style = [fsBold]
  1841.         ParentFont = False
  1842.         TabOrder = 4
  1843.         OnClick = PolygonClearBtnClick
  1844.         Glyph.Data = {
  1845.           76010000424D7601000000000000760000002800000020000000100000000100
  1846.           04000000000000010000120B0000120B00001000000000000000000000000000
  1847.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1848.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  1849.           555557777F777555F55500000000555055557777777755F75555005500055055
  1850.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  1851.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  1852.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  1853.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  1854.           B03055555F555757575755550555550B0B335555755555757555555555555550
  1855.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  1856.           50BB555555555555575F555555555555550B5555555555555575}
  1857.         NumGlyphs = 2
  1858.       end
  1859.       object PolygonSolveBtn: TBitBtn
  1860.         Left = 246
  1861.         Top = 200
  1862.         Width = 70
  1863.         Height = 24
  1864.         Caption = '&Solve'
  1865.         Font.Charset = ANSI_CHARSET
  1866.         Font.Color = clWindowText
  1867.         Font.Height = -13
  1868.         Font.Name = 'Arial'
  1869.         Font.Style = [fsBold]
  1870.         ParentFont = False
  1871.         TabOrder = 5
  1872.         OnClick = PolygonSolveBtnClick
  1873.         Glyph.Data = {
  1874.           76010000424D7601000000000000760000002800000020000000100000000100
  1875.           04000000000000010000120B0000120B00001000000000000000000000000000
  1876.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  1877.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  1878.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  1879.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  1880.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1881.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  1882.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  1883.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  1884.           0333337F777777737F333308888888880333337F333333337F33330888888888
  1885.           03333373FFFFFFFF733333700000000073333337777777773333}
  1886.         NumGlyphs = 2
  1887.       end
  1888.       object PolygonCloseBtn: TBitBtn
  1889.         Left = 320
  1890.         Top = 200
  1891.         Width = 70
  1892.         Height = 24
  1893.         Font.Charset = ANSI_CHARSET
  1894.         Font.Color = clWindowText
  1895.         Font.Height = -13
  1896.         Font.Name = 'Arial'
  1897.         Font.Style = [fsBold]
  1898.         ParentFont = False
  1899.         TabOrder = 6
  1900.         Kind = bkClose
  1901.       end
  1902.       object PolygonHelpBtn: TBitBtn
  1903.         Left = 394
  1904.         Top = 200
  1905.         Width = 70
  1906.         Height = 24
  1907.         Font.Charset = ANSI_CHARSET
  1908.         Font.Color = clWindowText
  1909.         Font.Height = -13
  1910.         Font.Name = 'Arial'
  1911.         Font.Style = [fsBold]
  1912.         ParentFont = False
  1913.         TabOrder = 7
  1914.         OnClick = AreaHelpBtnClick
  1915.         Kind = bkHelp
  1916.       end
  1917.     end
  1918.     object TabSheet9: TTabSheet
  1919.       Caption = 'Sector'
  1920.       object SectorImage: TImage
  1921.         Left = -2
  1922.         Top = 0
  1923.         Width = 150
  1924.         Height = 150
  1925.         Picture.Data = {<image008.bmp>}
  1926.       end
  1927.       object SectorAreaLabel: TLabel
  1928.         Left = 222
  1929.         Top = 16
  1930.         Width = 63
  1931.         Height = 16
  1932.         Caption = 'Area (A) ='
  1933.         Font.Charset = ANSI_CHARSET
  1934.         Font.Color = clWindowText
  1935.         Font.Height = -13
  1936.         Font.Name = 'Arial'
  1937.         Font.Style = [fsBold]
  1938.         ParentFont = False
  1939.       end
  1940.       object SectorRadiusLabel: TLabel
  1941.         Left = 213
  1942.         Top = 52
  1943.         Width = 72
  1944.         Height = 16
  1945.         Caption = 'Radius (r) ='
  1946.         Font.Charset = ANSI_CHARSET
  1947.         Font.Color = clWindowText
  1948.         Font.Height = -13
  1949.         Font.Name = 'Arial'
  1950.         Font.Style = [fsBold]
  1951.         ParentFont = False
  1952.       end
  1953.       object SectorAngleLabel: TLabel
  1954.         Left = 214
  1955.         Top = 88
  1956.         Width = 71
  1957.         Height = 16
  1958.         Caption = 'Angle (∩┐╜) ='
  1959.         Font.Charset = ANSI_CHARSET
  1960.         Font.Color = clWindowText
  1961.         Font.Height = -13
  1962.         Font.Name = 'Arial'
  1963.         Font.Style = [fsBold]
  1964.         ParentFont = False
  1965.         Visible = False
  1966.       end
  1967.       object SectorArcLabel: TLabel
  1968.         Left = 188
  1969.         Top = 86
  1970.         Width = 97
  1971.         Height = 16
  1972.         Caption = 'Arc length (b) ='
  1973.         Font.Charset = ANSI_CHARSET
  1974.         Font.Color = clWindowText
  1975.         Font.Height = -13
  1976.         Font.Name = 'Arial'
  1977.         Font.Style = [fsBold]
  1978.         ParentFont = False
  1979.       end
  1980.       object SectorExp: TMemo
  1981.         Left = 32
  1982.         Top = 160
  1983.         Width = 85
  1984.         Height = 65
  1985.         TabStop = False
  1986.         Alignment = taCenter
  1987.         BorderStyle = bsNone
  1988.         Ctl3D = False
  1989.         Font.Charset = DEFAULT_CHARSET
  1990.         Font.Color = clNavy
  1991.         Font.Height = -13
  1992.         Font.Name = 'Arial'
  1993.         Font.Style = [fsBold]
  1994.         Lines.Strings = (
  1995.           'Enter two '
  1996.           'known '
  1997.           'values, then '
  1998.           #39'Solve'#39'.')
  1999.         ParentColor = True
  2000.         ParentCtl3D = False
  2001.         ParentFont = False
  2002.         ReadOnly = True
  2003.         TabOrder = 9
  2004.       end
  2005.       object SectorAreaEdit: TMemo
  2006.         Left = 300
  2007.         Top = 12
  2008.         Width = 130
  2009.         Height = 26
  2010.         Alignment = taRightJustify
  2011.         Color = clBlack
  2012.         Font.Charset = DEFAULT_CHARSET
  2013.         Font.Color = clLime
  2014.         Font.Height = -13
  2015.         Font.Name = 'Arial'
  2016.         Font.Style = [fsBold]
  2017.         MaxLength = 15
  2018.         ParentFont = False
  2019.         TabOrder = 0
  2020.         WantReturns = False
  2021.         WordWrap = False
  2022.         OnKeyUp = SectorAreaEditKeyUp
  2023.       end
  2024.       object SectorRadiusEdit: TMemo
  2025.         Left = 300
  2026.         Top = 48
  2027.         Width = 130
  2028.         Height = 26
  2029.         Alignment = taRightJustify
  2030.         Color = clBlack
  2031.         Font.Charset = DEFAULT_CHARSET
  2032.         Font.Color = clLime
  2033.         Font.Height = -13
  2034.         Font.Name = 'Arial'
  2035.         Font.Style = [fsBold]
  2036.         MaxLength = 15
  2037.         ParentFont = False
  2038.         TabOrder = 1
  2039.         WantReturns = False
  2040.         WordWrap = False
  2041.         OnKeyUp = SectorRadiusEditKeyUp
  2042.       end
  2043.       object SectorAngleEdit: TMemo
  2044.         Left = 300
  2045.         Top = 84
  2046.         Width = 130
  2047.         Height = 26
  2048.         Alignment = taRightJustify
  2049.         Color = clBlack
  2050.         Font.Charset = DEFAULT_CHARSET
  2051.         Font.Color = clLime
  2052.         Font.Height = -13
  2053.         Font.Name = 'Arial'
  2054.         Font.Style = [fsBold]
  2055.         MaxLength = 15
  2056.         ParentFont = False
  2057.         TabOrder = 8
  2058.         Visible = False
  2059.         WantReturns = False
  2060.         WordWrap = False
  2061.         OnKeyUp = SectorAngleEditKeyUp
  2062.       end
  2063.       object SectorGroup: TRadioGroup
  2064.         Left = 198
  2065.         Top = 118
  2066.         Width = 251
  2067.         Height = 63
  2068.         Caption = 'Sector Type'
  2069.         Font.Charset = ANSI_CHARSET
  2070.         Font.Color = clWindowText
  2071.         Font.Height = -13
  2072.         Font.Name = 'Arial'
  2073.         Font.Style = [fsBold]
  2074.         ItemIndex = 0
  2075.         Items.Strings = (
  2076.           'Sector with radius and arc length'
  2077.           'Sector with radius and angle')
  2078.         ParentFont = False
  2079.         TabOrder = 3
  2080.         OnClick = SectorGroupClick
  2081.       end
  2082.       object SectorClearBtn: TBitBtn
  2083.         Left = 172
  2084.         Top = 200
  2085.         Width = 70
  2086.         Height = 24
  2087.         Caption = 'C&lear'
  2088.         Font.Charset = ANSI_CHARSET
  2089.         Font.Color = clWindowText
  2090.         Font.Height = -13
  2091.         Font.Name = 'Arial'
  2092.         Font.Style = [fsBold]
  2093.         ParentFont = False
  2094.         TabOrder = 4
  2095.         Glyph.Data = {
  2096.           76010000424D7601000000000000760000002800000020000000100000000100
  2097.           04000000000000010000120B0000120B00001000000000000000000000000000
  2098.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2099.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  2100.           555557777F777555F55500000000555055557777777755F75555005500055055
  2101.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  2102.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  2103.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  2104.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  2105.           B03055555F555757575755550555550B0B335555755555757555555555555550
  2106.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  2107.           50BB555555555555575F555555555555550B5555555555555575}
  2108.         NumGlyphs = 2
  2109.       end
  2110.       object SectorSolveBtn: TBitBtn
  2111.         Left = 246
  2112.         Top = 200
  2113.         Width = 70
  2114.         Height = 24
  2115.         Caption = '&Solve'
  2116.         Font.Charset = ANSI_CHARSET
  2117.         Font.Color = clWindowText
  2118.         Font.Height = -13
  2119.         Font.Name = 'Arial'
  2120.         Font.Style = [fsBold]
  2121.         ParentFont = False
  2122.         TabOrder = 5
  2123.         OnClick = SectorSolveBtnClick
  2124.         Glyph.Data = {
  2125.           76010000424D7601000000000000760000002800000020000000100000000100
  2126.           04000000000000010000120B0000120B00001000000000000000000000000000
  2127.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2128.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  2129.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  2130.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  2131.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  2132.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  2133.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  2134.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  2135.           0333337F777777737F333308888888880333337F333333337F33330888888888
  2136.           03333373FFFFFFFF733333700000000073333337777777773333}
  2137.         NumGlyphs = 2
  2138.       end
  2139.       object SectorCloseBtn: TBitBtn
  2140.         Left = 320
  2141.         Top = 200
  2142.         Width = 70
  2143.         Height = 24
  2144.         Font.Charset = ANSI_CHARSET
  2145.         Font.Color = clWindowText
  2146.         Font.Height = -13
  2147.         Font.Name = 'Arial'
  2148.         Font.Style = [fsBold]
  2149.         ParentFont = False
  2150.         TabOrder = 6
  2151.         Kind = bkClose
  2152.       end
  2153.       object SectorHelpBtn: TBitBtn
  2154.         Left = 394
  2155.         Top = 200
  2156.         Width = 70
  2157.         Height = 24
  2158.         Font.Charset = ANSI_CHARSET
  2159.         Font.Color = clWindowText
  2160.         Font.Height = -13
  2161.         Font.Name = 'Arial'
  2162.         Font.Style = [fsBold]
  2163.         ParentFont = False
  2164.         TabOrder = 7
  2165.         OnClick = AreaHelpBtnClick
  2166.         Kind = bkHelp
  2167.       end
  2168.       object SectorArcEdit: TMemo
  2169.         Left = 300
  2170.         Top = 84
  2171.         Width = 130
  2172.         Height = 26
  2173.         Alignment = taRightJustify
  2174.         Color = clBlack
  2175.         Font.Charset = DEFAULT_CHARSET
  2176.         Font.Color = clLime
  2177.         Font.Height = -13
  2178.         Font.Name = 'System'
  2179.         Font.Style = [fsBold]
  2180.         MaxLength = 15
  2181.         ParentFont = False
  2182.         TabOrder = 2
  2183.         WantReturns = False
  2184.         WordWrap = False
  2185.         OnKeyUp = SectorArcEditKeyUp
  2186.       end
  2187.     end
  2188.     object TabSheet10: TTabSheet
  2189.       Caption = 'Segment'
  2190.       object Image2: TImage
  2191.         Left = 0
  2192.         Top = 0
  2193.         Width = 150
  2194.         Height = 150
  2195.         Picture.Data = {<image009.bmp>}
  2196.       end
  2197.       object SegmentAreaLabel: TLabel
  2198.         Left = 238
  2199.         Top = 22
  2200.         Width = 63
  2201.         Height = 16
  2202.         Caption = 'Area (A) ='
  2203.         Font.Charset = ANSI_CHARSET
  2204.         Font.Color = clWindowText
  2205.         Font.Height = -13
  2206.         Font.Name = 'Arial'
  2207.         Font.Style = [fsBold]
  2208.         ParentFont = False
  2209.       end
  2210.       object SegmentRadiusLabel: TLabel
  2211.         Left = 229
  2212.         Top = 52
  2213.         Width = 72
  2214.         Height = 16
  2215.         Caption = 'Radius (r) ='
  2216.         Font.Charset = ANSI_CHARSET
  2217.         Font.Color = clWindowText
  2218.         Font.Height = -13
  2219.         Font.Name = 'Arial'
  2220.         Font.Style = [fsBold]
  2221.         ParentFont = False
  2222.       end
  2223.       object SegmentHeightLabel: TLabel
  2224.         Left = 228
  2225.         Top = 82
  2226.         Width = 73
  2227.         Height = 16
  2228.         Caption = 'Height (h) ='
  2229.         Font.Charset = ANSI_CHARSET
  2230.         Font.Color = clWindowText
  2231.         Font.Height = -13
  2232.         Font.Name = 'Arial'
  2233.         Font.Style = [fsBold]
  2234.         ParentFont = False
  2235.       end
  2236.       object SegmentChordLabel: TLabel
  2237.         Left = 232
  2238.         Top = 112
  2239.         Width = 69
  2240.         Height = 16
  2241.         Caption = 'Chord (c) ='
  2242.         Font.Charset = ANSI_CHARSET
  2243.         Font.Color = clWindowText
  2244.         Font.Height = -13
  2245.         Font.Name = 'Arial'
  2246.         Font.Style = [fsBold]
  2247.         ParentFont = False
  2248.       end
  2249.       object SegmentArcLabel: TLabel
  2250.         Left = 204
  2251.         Top = 142
  2252.         Width = 97
  2253.         Height = 16
  2254.         Caption = 'Arc length (b) ='
  2255.         Font.Charset = ANSI_CHARSET
  2256.         Font.Color = clWindowText
  2257.         Font.Height = -13
  2258.         Font.Name = 'Arial'
  2259.         Font.Style = [fsBold]
  2260.         ParentFont = False
  2261.       end
  2262.       object SegmentExp: TMemo
  2263.         Left = 30
  2264.         Top = 156
  2265.         Width = 85
  2266.         Height = 75
  2267.         TabStop = False
  2268.         Alignment = taCenter
  2269.         BorderStyle = bsNone
  2270.         Ctl3D = False
  2271.         Font.Charset = DEFAULT_CHARSET
  2272.         Font.Color = clNavy
  2273.         Font.Height = -13
  2274.         Font.Name = 'Arial'
  2275.         Font.Style = [fsBold]
  2276.         Lines.Strings = (
  2277.           'Enter four '
  2278.           'known '
  2279.           'values, then '
  2280.           #39'Solve'#39'.')
  2281.         ParentColor = True
  2282.         ParentCtl3D = False
  2283.         ParentFont = False
  2284.         ReadOnly = True
  2285.         TabOrder = 9
  2286.       end
  2287.       object SegmentAreaEdit: TMemo
  2288.         Left = 316
  2289.         Top = 18
  2290.         Width = 130
  2291.         Height = 26
  2292.         Alignment = taRightJustify
  2293.         Color = clBlack
  2294.         Font.Charset = DEFAULT_CHARSET
  2295.         Font.Color = clLime
  2296.         Font.Height = -13
  2297.         Font.Name = 'Arial'
  2298.         Font.Style = [fsBold]
  2299.         MaxLength = 15
  2300.         ParentFont = False
  2301.         TabOrder = 0
  2302.         WantReturns = False
  2303.         WordWrap = False
  2304.         OnKeyUp = SegmentAreaEditKeyUp
  2305.       end
  2306.       object SegmentRadiusEdit: TMemo
  2307.         Left = 316
  2308.         Top = 48
  2309.         Width = 130
  2310.         Height = 26
  2311.         Alignment = taRightJustify
  2312.         Color = clBlack
  2313.         Font.Charset = DEFAULT_CHARSET
  2314.         Font.Color = clLime
  2315.         Font.Height = -13
  2316.         Font.Name = 'Arial'
  2317.         Font.Style = [fsBold]
  2318.         MaxLength = 15
  2319.         ParentFont = False
  2320.         TabOrder = 1
  2321.         WantReturns = False
  2322.         WordWrap = False
  2323.         OnKeyUp = SegmentRadiusEditKeyUp
  2324.       end
  2325.       object SegmentHeightEdit: TMemo
  2326.         Left = 316
  2327.         Top = 78
  2328.         Width = 130
  2329.         Height = 26
  2330.         Alignment = taRightJustify
  2331.         Color = clBlack
  2332.         Font.Charset = DEFAULT_CHARSET
  2333.         Font.Color = clLime
  2334.         Font.Height = -13
  2335.         Font.Name = 'Arial'
  2336.         Font.Style = [fsBold]
  2337.         MaxLength = 15
  2338.         ParentFont = False
  2339.         TabOrder = 2
  2340.         WantReturns = False
  2341.         WordWrap = False
  2342.         OnKeyUp = SegmentHeightEditKeyUp
  2343.       end
  2344.       object SegmentChordEdit: TMemo
  2345.         Left = 316
  2346.         Top = 108
  2347.         Width = 130
  2348.         Height = 26
  2349.         Alignment = taRightJustify
  2350.         Color = clBlack
  2351.         Font.Charset = DEFAULT_CHARSET
  2352.         Font.Color = clLime
  2353.         Font.Height = -13
  2354.         Font.Name = 'Arial'
  2355.         Font.Style = [fsBold]
  2356.         MaxLength = 15
  2357.         ParentFont = False
  2358.         TabOrder = 3
  2359.         WantReturns = False
  2360.         WordWrap = False
  2361.         OnKeyUp = SegmentChordEditKeyUp
  2362.       end
  2363.       object SegmentArcEdit: TMemo
  2364.         Left = 316
  2365.         Top = 138
  2366.         Width = 130
  2367.         Height = 26
  2368.         Alignment = taRightJustify
  2369.         Color = clBlack
  2370.         Font.Charset = DEFAULT_CHARSET
  2371.         Font.Color = clLime
  2372.         Font.Height = -13
  2373.         Font.Name = 'Arial'
  2374.         Font.Style = [fsBold]
  2375.         MaxLength = 15
  2376.         ParentFont = False
  2377.         TabOrder = 4
  2378.         WantReturns = False
  2379.         WordWrap = False
  2380.         OnKeyUp = SegmentArcEditKeyUp
  2381.       end
  2382.       object SegmentClearBtn: TBitBtn
  2383.         Left = 172
  2384.         Top = 200
  2385.         Width = 70
  2386.         Height = 24
  2387.         Caption = 'C&lear'
  2388.         Font.Charset = ANSI_CHARSET
  2389.         Font.Color = clWindowText
  2390.         Font.Height = -13
  2391.         Font.Name = 'Arial'
  2392.         Font.Style = [fsBold]
  2393.         ParentFont = False
  2394.         TabOrder = 5
  2395.         OnClick = SegmentClearBtnClick
  2396.         Glyph.Data = {
  2397.           76010000424D7601000000000000760000002800000020000000100000000100
  2398.           04000000000000010000120B0000120B00001000000000000000000000000000
  2399.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2400.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  2401.           555557777F777555F55500000000555055557777777755F75555005500055055
  2402.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  2403.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  2404.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  2405.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  2406.           B03055555F555757575755550555550B0B335555755555757555555555555550
  2407.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  2408.           50BB555555555555575F555555555555550B5555555555555575}
  2409.         NumGlyphs = 2
  2410.       end
  2411.       object SegmentSolveBtn: TBitBtn
  2412.         Left = 246
  2413.         Top = 200
  2414.         Width = 70
  2415.         Height = 24
  2416.         Caption = '&Solve'
  2417.         Font.Charset = ANSI_CHARSET
  2418.         Font.Color = clWindowText
  2419.         Font.Height = -13
  2420.         Font.Name = 'Arial'
  2421.         Font.Style = [fsBold]
  2422.         ParentFont = False
  2423.         TabOrder = 6
  2424.         OnClick = SegmentSolveBtnClick
  2425.         Glyph.Data = {
  2426.           76010000424D7601000000000000760000002800000020000000100000000100
  2427.           04000000000000010000120B0000120B00001000000000000000000000000000
  2428.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2429.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  2430.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  2431.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  2432.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  2433.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  2434.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  2435.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  2436.           0333337F777777737F333308888888880333337F333333337F33330888888888
  2437.           03333373FFFFFFFF733333700000000073333337777777773333}
  2438.         NumGlyphs = 2
  2439.       end
  2440.       object SegmentCloseBtn: TBitBtn
  2441.         Left = 320
  2442.         Top = 200
  2443.         Width = 70
  2444.         Height = 24
  2445.         Font.Charset = ANSI_CHARSET
  2446.         Font.Color = clWindowText
  2447.         Font.Height = -13
  2448.         Font.Name = 'Arial'
  2449.         Font.Style = [fsBold]
  2450.         ParentFont = False
  2451.         TabOrder = 7
  2452.         Kind = bkClose
  2453.       end
  2454.       object SegmentHelpBtn: TBitBtn
  2455.         Left = 394
  2456.         Top = 200
  2457.         Width = 70
  2458.         Height = 24
  2459.         Font.Charset = ANSI_CHARSET
  2460.         Font.Color = clWindowText
  2461.         Font.Height = -13
  2462.         Font.Name = 'Arial'
  2463.         Font.Style = [fsBold]
  2464.         ParentFont = False
  2465.         TabOrder = 8
  2466.         OnClick = AreaHelpBtnClick
  2467.         Kind = bkHelp
  2468.       end
  2469.     end
  2470.     object TabSheet11: TTabSheet
  2471.       Caption = 'Square'
  2472.       object SquareImage: TImage
  2473.         Left = 0
  2474.         Top = 0
  2475.         Width = 150
  2476.         Height = 150
  2477.         Picture.Data = {<image010.bmp>}
  2478.       end
  2479.       object SquareAreaLabel: TLabel
  2480.         Left = 242
  2481.         Top = 22
  2482.         Width = 63
  2483.         Height = 16
  2484.         Caption = 'Area (A) ='
  2485.         Font.Charset = ANSI_CHARSET
  2486.         Font.Color = clWindowText
  2487.         Font.Height = -13
  2488.         Font.Name = 'Arial'
  2489.         Font.Style = [fsBold]
  2490.         ParentFont = False
  2491.       end
  2492.       object SquareSideLabel: TLabel
  2493.         Left = 249
  2494.         Top = 58
  2495.         Width = 56
  2496.         Height = 16
  2497.         Caption = 'side (s) ='
  2498.         Font.Charset = ANSI_CHARSET
  2499.         Font.Color = clWindowText
  2500.         Font.Height = -13
  2501.         Font.Name = 'Arial'
  2502.         Font.Style = [fsBold]
  2503.         ParentFont = False
  2504.       end
  2505.       object SquareDiagonalLabel: TLabel
  2506.         Left = 217
  2507.         Top = 96
  2508.         Width = 88
  2509.         Height = 16
  2510.         Caption = 'diagonal (d) ='
  2511.         Font.Charset = ANSI_CHARSET
  2512.         Font.Color = clWindowText
  2513.         Font.Height = -13
  2514.         Font.Name = 'Arial'
  2515.         Font.Style = [fsBold]
  2516.         ParentFont = False
  2517.       end
  2518.       object SquareMemo: TMemo
  2519.         Left = 36
  2520.         Top = 158
  2521.         Width = 85
  2522.         Height = 69
  2523.         TabStop = False
  2524.         Alignment = taCenter
  2525.         BorderStyle = bsNone
  2526.         Ctl3D = False
  2527.         Font.Charset = DEFAULT_CHARSET
  2528.         Font.Color = clNavy
  2529.         Font.Height = -13
  2530.         Font.Name = 'Arial'
  2531.         Font.Style = [fsBold]
  2532.         Lines.Strings = (
  2533.           'Enter any '
  2534.           'known '
  2535.           'value, then '
  2536.           #39'Solve'#39'.')
  2537.         ParentColor = True
  2538.         ParentCtl3D = False
  2539.         ParentFont = False
  2540.         ReadOnly = True
  2541.         TabOrder = 7
  2542.       end
  2543.       object SquareAreaEdit: TMemo
  2544.         Left = 320
  2545.         Top = 18
  2546.         Width = 129
  2547.         Height = 26
  2548.         Alignment = taRightJustify
  2549.         Color = clBlack
  2550.         Font.Charset = DEFAULT_CHARSET
  2551.         Font.Color = clLime
  2552.         Font.Height = -13
  2553.         Font.Name = 'Arial'
  2554.         Font.Style = [fsBold]
  2555.         MaxLength = 10
  2556.         ParentFont = False
  2557.         TabOrder = 0
  2558.         WantReturns = False
  2559.         WordWrap = False
  2560.         OnKeyUp = SquareAreaEditKeyUp
  2561.       end
  2562.       object SquareSideEdit: TMemo
  2563.         Left = 320
  2564.         Top = 56
  2565.         Width = 129
  2566.         Height = 26
  2567.         Alignment = taRightJustify
  2568.         Color = clBlack
  2569.         Font.Charset = DEFAULT_CHARSET
  2570.         Font.Color = clLime
  2571.         Font.Height = -13
  2572.         Font.Name = 'Arial'
  2573.         Font.Style = [fsBold]
  2574.         MaxLength = 10
  2575.         ParentFont = False
  2576.         TabOrder = 1
  2577.         WantReturns = False
  2578.         WordWrap = False
  2579.         OnKeyUp = SquareSideEditKeyUp
  2580.       end
  2581.       object SquareDiagonalEdit: TMemo
  2582.         Left = 320
  2583.         Top = 94
  2584.         Width = 129
  2585.         Height = 26
  2586.         Alignment = taRightJustify
  2587.         Color = clBlack
  2588.         Font.Charset = DEFAULT_CHARSET
  2589.         Font.Color = clLime
  2590.         Font.Height = -13
  2591.         Font.Name = 'Arial'
  2592.         Font.Style = [fsBold]
  2593.         MaxLength = 10
  2594.         ParentFont = False
  2595.         TabOrder = 2
  2596.         WantReturns = False
  2597.         WordWrap = False
  2598.         OnKeyUp = SquareDiagonalEditKeyUp
  2599.       end
  2600.       object SquareClearBtn: TBitBtn
  2601.         Left = 172
  2602.         Top = 200
  2603.         Width = 70
  2604.         Height = 24
  2605.         Caption = 'C&lear'
  2606.         Font.Charset = ANSI_CHARSET
  2607.         Font.Color = clWindowText
  2608.         Font.Height = -13
  2609.         Font.Name = 'Arial'
  2610.         Font.Style = [fsBold]
  2611.         ParentFont = False
  2612.         TabOrder = 3
  2613.         OnClick = SquareClearBtnClick
  2614.         Glyph.Data = {
  2615.           76010000424D7601000000000000760000002800000020000000100000000100
  2616.           04000000000000010000120B0000120B00001000000000000000000000000000
  2617.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2618.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  2619.           555557777F777555F55500000000555055557777777755F75555005500055055
  2620.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  2621.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  2622.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  2623.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  2624.           B03055555F555757575755550555550B0B335555755555757555555555555550
  2625.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  2626.           50BB555555555555575F555555555555550B5555555555555575}
  2627.         NumGlyphs = 2
  2628.       end
  2629.       object SquareSolveBtn: TBitBtn
  2630.         Left = 246
  2631.         Top = 200
  2632.         Width = 70
  2633.         Height = 24
  2634.         Caption = '&Solve'
  2635.         Font.Charset = ANSI_CHARSET
  2636.         Font.Color = clWindowText
  2637.         Font.Height = -13
  2638.         Font.Name = 'Arial'
  2639.         Font.Style = [fsBold]
  2640.         ParentFont = False
  2641.         TabOrder = 4
  2642.         OnClick = SquareSolveBtnClick
  2643.         Glyph.Data = {
  2644.           76010000424D7601000000000000760000002800000020000000100000000100
  2645.           04000000000000010000120B0000120B00001000000000000000000000000000
  2646.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2647.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  2648.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  2649.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  2650.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  2651.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  2652.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  2653.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  2654.           0333337F777777737F333308888888880333337F333333337F33330888888888
  2655.           03333373FFFFFFFF733333700000000073333337777777773333}
  2656.         NumGlyphs = 2
  2657.       end
  2658.       object SquareCloseButton: TBitBtn
  2659.         Left = 320
  2660.         Top = 200
  2661.         Width = 70
  2662.         Height = 24
  2663.         Font.Charset = ANSI_CHARSET
  2664.         Font.Color = clWindowText
  2665.         Font.Height = -13
  2666.         Font.Name = 'Arial'
  2667.         Font.Style = [fsBold]
  2668.         ParentFont = False
  2669.         TabOrder = 5
  2670.         Kind = bkClose
  2671.       end
  2672.       object SquareHelpButton: TBitBtn
  2673.         Left = 394
  2674.         Top = 200
  2675.         Width = 70
  2676.         Height = 24
  2677.         Font.Charset = ANSI_CHARSET
  2678.         Font.Color = clWindowText
  2679.         Font.Height = -13
  2680.         Font.Name = 'Arial'
  2681.         Font.Style = [fsBold]
  2682.         ParentFont = False
  2683.         TabOrder = 6
  2684.         OnClick = AreaHelpBtnClick
  2685.         Kind = bkHelp
  2686.       end
  2687.     end
  2688.     object TabSheet12: TTabSheet
  2689.       Caption = 'Spandrel'
  2690.       object SpandrelImage: TImage
  2691.         Left = 0
  2692.         Top = 0
  2693.         Width = 150
  2694.         Height = 150
  2695.         Picture.Data = {<image011.bmp>}
  2696.       end
  2697.       object SpandrelAreaLabel: TLabel
  2698.         Left = 242
  2699.         Top = 22
  2700.         Width = 63
  2701.         Height = 16
  2702.         Caption = 'Area (A) ='
  2703.         Font.Charset = ANSI_CHARSET
  2704.         Font.Color = clWindowText
  2705.         Font.Height = -13
  2706.         Font.Name = 'Arial'
  2707.         Font.Style = [fsBold]
  2708.         ParentFont = False
  2709.       end
  2710.       object SpandrelRadiusLabel: TLabel
  2711.         Left = 233
  2712.         Top = 54
  2713.         Width = 72
  2714.         Height = 16
  2715.         Caption = 'Radius (r) ='
  2716.         Font.Charset = ANSI_CHARSET
  2717.         Font.Color = clWindowText
  2718.         Font.Height = -13
  2719.         Font.Name = 'Arial'
  2720.         Font.Style = [fsBold]
  2721.         ParentFont = False
  2722.       end
  2723.       object SpandrelChordLabel: TLabel
  2724.         Left = 236
  2725.         Top = 92
  2726.         Width = 69
  2727.         Height = 16
  2728.         Caption = 'Chord (c) ='
  2729.         Font.Charset = ANSI_CHARSET
  2730.         Font.Color = clWindowText
  2731.         Font.Height = -13
  2732.         Font.Name = 'Arial'
  2733.         Font.Style = [fsBold]
  2734.         ParentFont = False
  2735.       end
  2736.       object Memo2: TMemo
  2737.         Left = 30
  2738.         Top = 172
  2739.         Width = 91
  2740.         Height = 53
  2741.         TabStop = False
  2742.         Alignment = taCenter
  2743.         BorderStyle = bsNone
  2744.         Ctl3D = False
  2745.         Font.Charset = DEFAULT_CHARSET
  2746.         Font.Color = clNavy
  2747.         Font.Height = -13
  2748.         Font.Name = 'Arial'
  2749.         Font.Style = [fsBold]
  2750.         Lines.Strings = (
  2751.           'Enter any '
  2752.           'value, then '
  2753.           #39'Solve'#39'.')
  2754.         ParentColor = True
  2755.         ParentCtl3D = False
  2756.         ParentFont = False
  2757.         ReadOnly = True
  2758.         TabOrder = 7
  2759.       end
  2760.       object SpandrelAreaEdit: TMemo
  2761.         Left = 322
  2762.         Top = 18
  2763.         Width = 130
  2764.         Height = 26
  2765.         Alignment = taRightJustify
  2766.         Color = clBlack
  2767.         Font.Charset = DEFAULT_CHARSET
  2768.         Font.Color = clLime
  2769.         Font.Height = -13
  2770.         Font.Name = 'Arial'
  2771.         Font.Style = [fsBold]
  2772.         MaxLength = 15
  2773.         ParentFont = False
  2774.         TabOrder = 0
  2775.         WantReturns = False
  2776.         WordWrap = False
  2777.         OnKeyUp = SpandrelAreaEditKeyUp
  2778.       end
  2779.       object SpandrelRadiusEdit: TMemo
  2780.         Left = 322
  2781.         Top = 52
  2782.         Width = 130
  2783.         Height = 26
  2784.         Alignment = taRightJustify
  2785.         Color = clBlack
  2786.         Font.Charset = DEFAULT_CHARSET
  2787.         Font.Color = clLime
  2788.         Font.Height = -13
  2789.         Font.Name = 'Arial'
  2790.         Font.Style = [fsBold]
  2791.         MaxLength = 15
  2792.         ParentFont = False
  2793.         TabOrder = 1
  2794.         WantReturns = False
  2795.         WordWrap = False
  2796.         OnKeyUp = SpandrelRadiusEditKeyUp
  2797.       end
  2798.       object SpandrelChordEdit: TMemo
  2799.         Left = 322
  2800.         Top = 86
  2801.         Width = 130
  2802.         Height = 26
  2803.         Alignment = taRightJustify
  2804.         Color = clBlack
  2805.         Font.Charset = DEFAULT_CHARSET
  2806.         Font.Color = clLime
  2807.         Font.Height = -13
  2808.         Font.Name = 'Arial'
  2809.         Font.Style = [fsBold]
  2810.         MaxLength = 15
  2811.         ParentFont = False
  2812.         TabOrder = 2
  2813.         WantReturns = False
  2814.         WordWrap = False
  2815.         OnKeyUp = SpandrelChordEditKeyUp
  2816.       end
  2817.       object SpandrelClearBtn: TBitBtn
  2818.         Left = 172
  2819.         Top = 200
  2820.         Width = 70
  2821.         Height = 24
  2822.         Caption = 'C&lear'
  2823.         Font.Charset = ANSI_CHARSET
  2824.         Font.Color = clWindowText
  2825.         Font.Height = -13
  2826.         Font.Name = 'Arial'
  2827.         Font.Style = [fsBold]
  2828.         ParentFont = False
  2829.         TabOrder = 3
  2830.         OnClick = SpandrelClearBtnClick
  2831.         Glyph.Data = {
  2832.           76010000424D7601000000000000760000002800000020000000100000000100
  2833.           04000000000000010000120B0000120B00001000000000000000000000000000
  2834.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2835.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  2836.           555557777F777555F55500000000555055557777777755F75555005500055055
  2837.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  2838.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  2839.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  2840.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  2841.           B03055555F555757575755550555550B0B335555755555757555555555555550
  2842.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  2843.           50BB555555555555575F555555555555550B5555555555555575}
  2844.         NumGlyphs = 2
  2845.       end
  2846.       object SpandrelSolveBtn: TBitBtn
  2847.         Left = 246
  2848.         Top = 200
  2849.         Width = 70
  2850.         Height = 24
  2851.         Caption = '&Solve'
  2852.         Font.Charset = ANSI_CHARSET
  2853.         Font.Color = clWindowText
  2854.         Font.Height = -13
  2855.         Font.Name = 'Arial'
  2856.         Font.Style = [fsBold]
  2857.         ParentFont = False
  2858.         TabOrder = 4
  2859.         OnClick = SpandrelSolveBtnClick
  2860.         Glyph.Data = {
  2861.           76010000424D7601000000000000760000002800000020000000100000000100
  2862.           04000000000000010000120B0000120B00001000000000000000000000000000
  2863.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  2864.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  2865.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  2866.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  2867.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  2868.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  2869.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  2870.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  2871.           0333337F777777737F333308888888880333337F333333337F33330888888888
  2872.           03333373FFFFFFFF733333700000000073333337777777773333}
  2873.         NumGlyphs = 2
  2874.       end
  2875.       object SpandrelCloseBtn: TBitBtn
  2876.         Left = 320
  2877.         Top = 200
  2878.         Width = 70
  2879.         Height = 24
  2880.         Font.Charset = ANSI_CHARSET
  2881.         Font.Color = clWindowText
  2882.         Font.Height = -13
  2883.         Font.Name = 'Arial'
  2884.         Font.Style = [fsBold]
  2885.         ParentFont = False
  2886.         TabOrder = 5
  2887.         Kind = bkClose
  2888.       end
  2889.       object SpandrelHelpBtn: TBitBtn
  2890.         Left = 394
  2891.         Top = 200
  2892.         Width = 70
  2893.         Height = 24
  2894.         Font.Charset = ANSI_CHARSET
  2895.         Font.Color = clWindowText
  2896.         Font.Height = -13
  2897.         Font.Name = 'Arial'
  2898.         Font.Style = [fsBold]
  2899.         ParentFont = False
  2900.         TabOrder = 6
  2901.         OnClick = AreaHelpBtnClick
  2902.         Kind = bkHelp
  2903.       end
  2904.     end
  2905.     object TabSheet13: TTabSheet
  2906.       Caption = 'Trapezium'
  2907.       object Image1: TImage
  2908.         Left = 0
  2909.         Top = 0
  2910.         Width = 150
  2911.         Height = 150
  2912.         Picture.Data = {<image012.bmp>}
  2913.       end
  2914.       object TrapeziumAreaLabel: TLabel
  2915.         Left = 240
  2916.         Top = 12
  2917.         Width = 63
  2918.         Height = 16
  2919.         Alignment = taRightJustify
  2920.         Caption = 'Area (A) ='
  2921.         Font.Charset = ANSI_CHARSET
  2922.         Font.Color = clWindowText
  2923.         Font.Height = -13
  2924.         Font.Name = 'Arial'
  2925.         Font.Style = [fsBold]
  2926.         ParentFont = False
  2927.       end
  2928.       object TrapeziumASideLabel: TLabel
  2929.         Left = 227
  2930.         Top = 40
  2931.         Width = 76
  2932.         Height = 16
  2933.         Alignment = taRightJustify
  2934.         Caption = 'Length (a) ='
  2935.         Font.Charset = ANSI_CHARSET
  2936.         Font.Color = clWindowText
  2937.         Font.Height = -13
  2938.         Font.Name = 'Arial'
  2939.         Font.Style = [fsBold]
  2940.         ParentFont = False
  2941.       end
  2942.       object TrapeziumBSideLabel: TLabel
  2943.         Left = 227
  2944.         Top = 67
  2945.         Width = 76
  2946.         Height = 16
  2947.         Alignment = taRightJustify
  2948.         Caption = 'Length (b) ='
  2949.         Font.Charset = ANSI_CHARSET
  2950.         Font.Color = clWindowText
  2951.         Font.Height = -13
  2952.         Font.Name = 'Arial'
  2953.         Font.Style = [fsBold]
  2954.         ParentFont = False
  2955.       end
  2956.       object TrapeziumCSideLabel: TLabel
  2957.         Left = 228
  2958.         Top = 95
  2959.         Width = 75
  2960.         Height = 16
  2961.         Alignment = taRightJustify
  2962.         Caption = 'Length (c) ='
  2963.         Font.Charset = ANSI_CHARSET
  2964.         Font.Color = clWindowText
  2965.         Font.Height = -13
  2966.         Font.Name = 'Arial'
  2967.         Font.Style = [fsBold]
  2968.         ParentFont = False
  2969.       end
  2970.       object TrapeziumGSideLabel: TLabel
  2971.         Left = 230
  2972.         Top = 124
  2973.         Width = 73
  2974.         Height = 16
  2975.         Alignment = taRightJustify
  2976.         Caption = 'Height (g) ='
  2977.         Font.Charset = ANSI_CHARSET
  2978.         Font.Color = clWindowText
  2979.         Font.Height = -13
  2980.         Font.Name = 'Arial'
  2981.         Font.Style = [fsBold]
  2982.         ParentFont = False
  2983.       end
  2984.       object TrapeziumHSideLabel: TLabel
  2985.         Left = 230
  2986.         Top = 152
  2987.         Width = 73
  2988.         Height = 16
  2989.         Alignment = taRightJustify
  2990.         Caption = 'Height (h) ='
  2991.         Font.Charset = ANSI_CHARSET
  2992.         Font.Color = clWindowText
  2993.         Font.Height = -13
  2994.         Font.Name = 'Arial'
  2995.         Font.Style = [fsBold]
  2996.         ParentFont = False
  2997.       end
  2998.       object TrapeziumExp: TMemo
  2999.         Left = 16
  3000.         Top = 168
  3001.         Width = 115
  3002.         Height = 53
  3003.         TabStop = False
  3004.         Alignment = taCenter
  3005.         BorderStyle = bsNone
  3006.         Ctl3D = False
  3007.         Font.Charset = DEFAULT_CHARSET
  3008.         Font.Color = clNavy
  3009.         Font.Height = -13
  3010.         Font.Name = 'Arial'
  3011.         Font.Style = [fsBold]
  3012.         Lines.Strings = (
  3013.           'Enter five known '
  3014.           'values, then '
  3015.           #39'Solve'#39'.')
  3016.         ParentColor = True
  3017.         ParentCtl3D = False
  3018.         ParentFont = False
  3019.         ReadOnly = True
  3020.         TabOrder = 10
  3021.       end
  3022.       object TrapeziumAreaEdit: TMemo
  3023.         Left = 320
  3024.         Top = 8
  3025.         Width = 129
  3026.         Height = 26
  3027.         Alignment = taRightJustify
  3028.         Color = clBlack
  3029.         Font.Charset = DEFAULT_CHARSET
  3030.         Font.Color = clLime
  3031.         Font.Height = -13
  3032.         Font.Name = 'Arial'
  3033.         Font.Style = [fsBold]
  3034.         MaxLength = 15
  3035.         ParentFont = False
  3036.         TabOrder = 0
  3037.         WantReturns = False
  3038.         WordWrap = False
  3039.         OnKeyUp = TrapeziumAreaEditKeyUp
  3040.       end
  3041.       object TrapeziumASideEdit: TMemo
  3042.         Left = 320
  3043.         Top = 36
  3044.         Width = 129
  3045.         Height = 26
  3046.         Alignment = taRightJustify
  3047.         Color = clBlack
  3048.         Font.Charset = DEFAULT_CHARSET
  3049.         Font.Color = clLime
  3050.         Font.Height = -13
  3051.         Font.Name = 'Arial'
  3052.         Font.Style = [fsBold]
  3053.         MaxLength = 15
  3054.         ParentFont = False
  3055.         TabOrder = 1
  3056.         WantReturns = False
  3057.         WordWrap = False
  3058.         OnKeyUp = TrapeziumASideEditKeyUp
  3059.       end
  3060.       object TrapeziumBSideEdit: TMemo
  3061.         Left = 320
  3062.         Top = 64
  3063.         Width = 129
  3064.         Height = 26
  3065.         Alignment = taRightJustify
  3066.         Color = clBlack
  3067.         Font.Charset = DEFAULT_CHARSET
  3068.         Font.Color = clLime
  3069.         Font.Height = -13
  3070.         Font.Name = 'Arial'
  3071.         Font.Style = [fsBold]
  3072.         MaxLength = 15
  3073.         ParentFont = False
  3074.         TabOrder = 2
  3075.         WantReturns = False
  3076.         WordWrap = False
  3077.         OnKeyUp = TrapeziumBSideEditKeyUp
  3078.       end
  3079.       object TrapeziumCSideEdit: TMemo
  3080.         Left = 320
  3081.         Top = 92
  3082.         Width = 129
  3083.         Height = 26
  3084.         Alignment = taRightJustify
  3085.         Color = clBlack
  3086.         Font.Charset = DEFAULT_CHARSET
  3087.         Font.Color = clLime
  3088.         Font.Height = -13
  3089.         Font.Name = 'Arial'
  3090.         Font.Style = [fsBold]
  3091.         MaxLength = 15
  3092.         ParentFont = False
  3093.         TabOrder = 3
  3094.         WantReturns = False
  3095.         WordWrap = False
  3096.         OnKeyUp = TrapeziumCSideEditKeyUp
  3097.       end
  3098.       object TrapeziumGSideEdit: TMemo
  3099.         Left = 320
  3100.         Top = 120
  3101.         Width = 129
  3102.         Height = 26
  3103.         Alignment = taRightJustify
  3104.         Color = clBlack
  3105.         Font.Charset = DEFAULT_CHARSET
  3106.         Font.Color = clLime
  3107.         Font.Height = -13
  3108.         Font.Name = 'Arial'
  3109.         Font.Style = [fsBold]
  3110.         MaxLength = 15
  3111.         ParentFont = False
  3112.         TabOrder = 4
  3113.         WantReturns = False
  3114.         WordWrap = False
  3115.         OnKeyUp = TrapeziumGSideEditKeyUp
  3116.       end
  3117.       object TrapeziumHSideEdit: TMemo
  3118.         Left = 320
  3119.         Top = 148
  3120.         Width = 129
  3121.         Height = 26
  3122.         Alignment = taRightJustify
  3123.         Color = clBlack
  3124.         Font.Charset = DEFAULT_CHARSET
  3125.         Font.Color = clLime
  3126.         Font.Height = -13
  3127.         Font.Name = 'Arial'
  3128.         Font.Style = [fsBold]
  3129.         MaxLength = 15
  3130.         ParentFont = False
  3131.         TabOrder = 5
  3132.         WantReturns = False
  3133.         WordWrap = False
  3134.         OnKeyUp = TrapeziumHSideEditKeyUp
  3135.       end
  3136.       object TrapeziumClearBtn: TBitBtn
  3137.         Left = 172
  3138.         Top = 200
  3139.         Width = 70
  3140.         Height = 24
  3141.         Caption = 'C&lear'
  3142.         Font.Charset = ANSI_CHARSET
  3143.         Font.Color = clWindowText
  3144.         Font.Height = -13
  3145.         Font.Name = 'Arial'
  3146.         Font.Style = [fsBold]
  3147.         ParentFont = False
  3148.         TabOrder = 6
  3149.         OnClick = TrapeziumClearBtnClick
  3150.         Glyph.Data = {
  3151.           76010000424D7601000000000000760000002800000020000000100000000100
  3152.           04000000000000010000120B0000120B00001000000000000000000000000000
  3153.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  3154.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  3155.           555557777F777555F55500000000555055557777777755F75555005500055055
  3156.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  3157.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  3158.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  3159.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  3160.           B03055555F555757575755550555550B0B335555755555757555555555555550
  3161.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  3162.           50BB555555555555575F555555555555550B5555555555555575}
  3163.         NumGlyphs = 2
  3164.       end
  3165.       object TrapeziumSolveBtn: TBitBtn
  3166.         Left = 246
  3167.         Top = 200
  3168.         Width = 70
  3169.         Height = 24
  3170.         Caption = '&Solve'
  3171.         Font.Charset = ANSI_CHARSET
  3172.         Font.Color = clWindowText
  3173.         Font.Height = -13
  3174.         Font.Name = 'Arial'
  3175.         Font.Style = [fsBold]
  3176.         ParentFont = False
  3177.         TabOrder = 7
  3178.         OnClick = TrapeziumSolveBtnClick
  3179.         Glyph.Data = {
  3180.           76010000424D7601000000000000760000002800000020000000100000000100
  3181.           04000000000000010000120B0000120B00001000000000000000000000000000
  3182.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  3183.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  3184.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  3185.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  3186.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  3187.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  3188.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  3189.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  3190.           0333337F777777737F333308888888880333337F333333337F33330888888888
  3191.           03333373FFFFFFFF733333700000000073333337777777773333}
  3192.         NumGlyphs = 2
  3193.       end
  3194.       object TrapeziumCloseBtn: TBitBtn
  3195.         Left = 320
  3196.         Top = 200
  3197.         Width = 70
  3198.         Height = 24
  3199.         Font.Charset = ANSI_CHARSET
  3200.         Font.Color = clWindowText
  3201.         Font.Height = -13
  3202.         Font.Name = 'Arial'
  3203.         Font.Style = [fsBold]
  3204.         ParentFont = False
  3205.         TabOrder = 8
  3206.         Kind = bkClose
  3207.       end
  3208.       object TrapeziumHelpBtn: TBitBtn
  3209.         Left = 394
  3210.         Top = 200
  3211.         Width = 70
  3212.         Height = 24
  3213.         Font.Charset = ANSI_CHARSET
  3214.         Font.Color = clWindowText
  3215.         Font.Height = -13
  3216.         Font.Name = 'Arial'
  3217.         Font.Style = [fsBold]
  3218.         ParentFont = False
  3219.         TabOrder = 9
  3220.         OnClick = AreaHelpBtnClick
  3221.         Kind = bkHelp
  3222.       end
  3223.     end
  3224.     object TabSheet14: TTabSheet
  3225.       Caption = 'Trapezoid'
  3226.       object TrapImage: TImage
  3227.         Left = 0
  3228.         Top = 0
  3229.         Width = 150
  3230.         Height = 150
  3231.         Picture.Data = {<image013.bmp>}
  3232.       end
  3233.       object TrapezoidAreaLabel: TLabel
  3234.         Left = 244
  3235.         Top = 22
  3236.         Width = 63
  3237.         Height = 16
  3238.         Caption = 'Area (A) ='
  3239.         Font.Charset = ANSI_CHARSET
  3240.         Font.Color = clWindowText
  3241.         Font.Height = -13
  3242.         Font.Name = 'Arial'
  3243.         Font.Style = [fsBold]
  3244.         ParentFont = False
  3245.       end
  3246.       object TrapezoidASideLabel: TLabel
  3247.         Left = 246
  3248.         Top = 56
  3249.         Width = 61
  3250.         Height = 16
  3251.         Caption = 'Side (a) ='
  3252.         Font.Charset = ANSI_CHARSET
  3253.         Font.Color = clWindowText
  3254.         Font.Height = -13
  3255.         Font.Name = 'Arial'
  3256.         Font.Style = [fsBold]
  3257.         ParentFont = False
  3258.       end
  3259.       object TrapezoidBSideLabel: TLabel
  3260.         Left = 246
  3261.         Top = 88
  3262.         Width = 61
  3263.         Height = 16
  3264.         Caption = 'Side (b) ='
  3265.         Font.Charset = ANSI_CHARSET
  3266.         Font.Color = clWindowText
  3267.         Font.Height = -13
  3268.         Font.Name = 'Arial'
  3269.         Font.Style = [fsBold]
  3270.         ParentFont = False
  3271.       end
  3272.       object TrapezoidHeightLabel: TLabel
  3273.         Left = 234
  3274.         Top = 120
  3275.         Width = 73
  3276.         Height = 16
  3277.         Caption = 'Height (h) ='
  3278.         Font.Charset = ANSI_CHARSET
  3279.         Font.Color = clWindowText
  3280.         Font.Height = -13
  3281.         Font.Name = 'Arial'
  3282.         Font.Style = [fsBold]
  3283.         ParentFont = False
  3284.       end
  3285.       object TrapezoidLabel: TMemo
  3286.         Left = 24
  3287.         Top = 164
  3288.         Width = 109
  3289.         Height = 59
  3290.         TabStop = False
  3291.         Alignment = taCenter
  3292.         BorderStyle = bsNone
  3293.         Ctl3D = False
  3294.         Font.Charset = DEFAULT_CHARSET
  3295.         Font.Color = clNavy
  3296.         Font.Height = -13
  3297.         Font.Name = 'Arial'
  3298.         Font.Style = [fsBold]
  3299.         Lines.Strings = (
  3300.           'Enter three '
  3301.           'known values, '
  3302.           'then '#39'Solve'#39'.')
  3303.         ParentColor = True
  3304.         ParentCtl3D = False
  3305.         ParentFont = False
  3306.         ReadOnly = True
  3307.         TabOrder = 8
  3308.       end
  3309.       object TrapezoidAreaEdit: TMemo
  3310.         Left = 318
  3311.         Top = 20
  3312.         Width = 129
  3313.         Height = 26
  3314.         Alignment = taRightJustify
  3315.         Color = clBlack
  3316.         Font.Charset = DEFAULT_CHARSET
  3317.         Font.Color = clLime
  3318.         Font.Height = -13
  3319.         Font.Name = 'Arial'
  3320.         Font.Style = [fsBold]
  3321.         MaxLength = 15
  3322.         ParentFont = False
  3323.         TabOrder = 0
  3324.         WantReturns = False
  3325.         WordWrap = False
  3326.         OnKeyUp = TrapezoidAreaEditKeyUp
  3327.       end
  3328.       object TrapezoidASideEdit: TMemo
  3329.         Left = 318
  3330.         Top = 52
  3331.         Width = 129
  3332.         Height = 26
  3333.         Alignment = taRightJustify
  3334.         Color = clBlack
  3335.         Font.Charset = DEFAULT_CHARSET
  3336.         Font.Color = clLime
  3337.         Font.Height = -13
  3338.         Font.Name = 'Arial'
  3339.         Font.Style = [fsBold]
  3340.         MaxLength = 15
  3341.         ParentFont = False
  3342.         TabOrder = 1
  3343.         WantReturns = False
  3344.         WordWrap = False
  3345.         OnKeyUp = TrapezoidASideEditKeyUp
  3346.       end
  3347.       object TrapezoidBSideEdit: TMemo
  3348.         Left = 318
  3349.         Top = 84
  3350.         Width = 129
  3351.         Height = 26
  3352.         Alignment = taRightJustify
  3353.         Color = clBlack
  3354.         Font.Charset = DEFAULT_CHARSET
  3355.         Font.Color = clLime
  3356.         Font.Height = -13
  3357.         Font.Name = 'Arial'
  3358.         Font.Style = [fsBold]
  3359.         MaxLength = 15
  3360.         ParentFont = False
  3361.         TabOrder = 2
  3362.         WantReturns = False
  3363.         WordWrap = False
  3364.         OnKeyUp = TrapezoidBSideEditKeyUp
  3365.       end
  3366.       object TrapezoidHeightEdit: TMemo
  3367.         Left = 318
  3368.         Top = 116
  3369.         Width = 129
  3370.         Height = 26
  3371.         Alignment = taRightJustify
  3372.         Color = clBlack
  3373.         Font.Charset = DEFAULT_CHARSET
  3374.         Font.Color = clLime
  3375.         Font.Height = -13
  3376.         Font.Name = 'Arial'
  3377.         Font.Style = [fsBold]
  3378.         MaxLength = 15
  3379.         ParentFont = False
  3380.         TabOrder = 3
  3381.         WantReturns = False
  3382.         WordWrap = False
  3383.         OnKeyUp = TrapezoidHeightEditKeyUp
  3384.       end
  3385.       object TrapezoidClearBtn: TBitBtn
  3386.         Left = 172
  3387.         Top = 200
  3388.         Width = 70
  3389.         Height = 24
  3390.         Caption = 'C&lear'
  3391.         Font.Charset = ANSI_CHARSET
  3392.         Font.Color = clWindowText
  3393.         Font.Height = -13
  3394.         Font.Name = 'Arial'
  3395.         Font.Style = [fsBold]
  3396.         ParentFont = False
  3397.         TabOrder = 4
  3398.         OnClick = TrapezoidClearBtnClick
  3399.         Glyph.Data = {
  3400.           76010000424D7601000000000000760000002800000020000000100000000100
  3401.           04000000000000010000120B0000120B00001000000000000000000000000000
  3402.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  3403.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  3404.           555557777F777555F55500000000555055557777777755F75555005500055055
  3405.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  3406.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  3407.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  3408.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  3409.           B03055555F555757575755550555550B0B335555755555757555555555555550
  3410.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  3411.           50BB555555555555575F555555555555550B5555555555555575}
  3412.         NumGlyphs = 2
  3413.       end
  3414.       object TrapezoidSolveBtn: TBitBtn
  3415.         Left = 246
  3416.         Top = 200
  3417.         Width = 70
  3418.         Height = 24
  3419.         Caption = '&Solve'
  3420.         Font.Charset = ANSI_CHARSET
  3421.         Font.Color = clWindowText
  3422.         Font.Height = -13
  3423.         Font.Name = 'Arial'
  3424.         Font.Style = [fsBold]
  3425.         ParentFont = False
  3426.         TabOrder = 5
  3427.         OnClick = TrapezoidSolveBtnClick
  3428.         Glyph.Data = {
  3429.           76010000424D7601000000000000760000002800000020000000100000000100
  3430.           04000000000000010000120B0000120B00001000000000000000000000000000
  3431.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  3432.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  3433.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  3434.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  3435.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  3436.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  3437.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  3438.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  3439.           0333337F777777737F333308888888880333337F333333337F33330888888888
  3440.           03333373FFFFFFFF733333700000000073333337777777773333}
  3441.         NumGlyphs = 2
  3442.       end
  3443.       object TrapezoidCloseBtn: TBitBtn
  3444.         Left = 320
  3445.         Top = 200
  3446.         Width = 70
  3447.         Height = 24
  3448.         Font.Charset = ANSI_CHARSET
  3449.         Font.Color = clWindowText
  3450.         Font.Height = -13
  3451.         Font.Name = 'Arial'
  3452.         Font.Style = [fsBold]
  3453.         ParentFont = False
  3454.         TabOrder = 6
  3455.         Kind = bkClose
  3456.       end
  3457.       object TrapezoidHelpBtn: TBitBtn
  3458.         Left = 394
  3459.         Top = 200
  3460.         Width = 70
  3461.         Height = 24
  3462.         Font.Charset = ANSI_CHARSET
  3463.         Font.Color = clWindowText
  3464.         Font.Height = -13
  3465.         Font.Name = 'Arial'
  3466.         Font.Style = [fsBold]
  3467.         ParentFont = False
  3468.         TabOrder = 7
  3469.         OnClick = AreaHelpBtnClick
  3470.         Kind = bkHelp
  3471.       end
  3472.     end
  3473.     object TabSheet15: TTabSheet
  3474.       Caption = 'Triangle'
  3475.       object TriangleImage2: TImage
  3476.         Left = 0
  3477.         Top = 0
  3478.         Width = 151
  3479.         Height = 151
  3480.         Picture.Data = {<image014.bmp>}
  3481.       end
  3482.       object TriangleAreaLabel: TLabel
  3483.         Left = 240
  3484.         Top = 10
  3485.         Width = 63
  3486.         Height = 16
  3487.         Caption = 'Area (A) ='
  3488.         Font.Charset = ANSI_CHARSET
  3489.         Font.Color = clWindowText
  3490.         Font.Height = -13
  3491.         Font.Name = 'Arial'
  3492.         Font.Style = [fsBold]
  3493.         ParentFont = False
  3494.       end
  3495.       object Triangle2ASideLabel: TLabel
  3496.         Left = 242
  3497.         Top = 40
  3498.         Width = 61
  3499.         Height = 16
  3500.         Caption = 'Side (a) ='
  3501.         Font.Charset = ANSI_CHARSET
  3502.         Font.Color = clWindowText
  3503.         Font.Height = -13
  3504.         Font.Name = 'Arial'
  3505.         Font.Style = [fsBold]
  3506.         ParentFont = False
  3507.       end
  3508.       object TriangleBaseLabel: TLabel
  3509.         Left = 240
  3510.         Top = 70
  3511.         Width = 63
  3512.         Height = 16
  3513.         Caption = 'Base (b) ='
  3514.         Font.Charset = ANSI_CHARSET
  3515.         Font.Color = clWindowText
  3516.         Font.Height = -13
  3517.         Font.Name = 'Arial'
  3518.         Font.Style = [fsBold]
  3519.         ParentFont = False
  3520.       end
  3521.       object Triangle2CSideLabel: TLabel
  3522.         Left = 243
  3523.         Top = 100
  3524.         Width = 60
  3525.         Height = 16
  3526.         Caption = 'Side (c) ='
  3527.         Font.Charset = ANSI_CHARSET
  3528.         Font.Color = clWindowText
  3529.         Font.Height = -13
  3530.         Font.Name = 'Arial'
  3531.         Font.Style = [fsBold]
  3532.         ParentFont = False
  3533.         Visible = False
  3534.       end
  3535.       object TriangleHeightLabel: TLabel
  3536.         Left = 230
  3537.         Top = 40
  3538.         Width = 73
  3539.         Height = 16
  3540.         Caption = 'Height (h) ='
  3541.         Font.Charset = ANSI_CHARSET
  3542.         Font.Color = clWindowText
  3543.         Font.Height = -13
  3544.         Font.Name = 'Arial'
  3545.         Font.Style = [fsBold]
  3546.         ParentFont = False
  3547.       end
  3548.       object TriangleImage1: TImage
  3549.         Left = 2
  3550.         Top = 2
  3551.         Width = 150
  3552.         Height = 150
  3553.         Picture.Data = {<image015.bmp>}
  3554.       end
  3555.       object TriangleExp: TMemo
  3556.         Left = 2
  3557.         Top = 158
  3558.         Width = 149
  3559.         Height = 69
  3560.         TabStop = False
  3561.         Alignment = taCenter
  3562.         BorderStyle = bsNone
  3563.         Ctl3D = False
  3564.         Font.Charset = DEFAULT_CHARSET
  3565.         Font.Color = clNavy
  3566.         Font.Height = -13
  3567.         Font.Name = 'Arial'
  3568.         Font.Style = [fsBold]
  3569.         Lines.Strings = (
  3570.           'Enter two known '
  3571.           'values, then '#39'Solve'#39'.')
  3572.         ParentColor = True
  3573.         ParentCtl3D = False
  3574.         ParentFont = False
  3575.         ReadOnly = True
  3576.         TabOrder = 10
  3577.       end
  3578.       object TriangleAreaEdit: TMemo
  3579.         Left = 316
  3580.         Top = 6
  3581.         Width = 130
  3582.         Height = 26
  3583.         TabStop = False
  3584.         Alignment = taRightJustify
  3585.         Color = clBlack
  3586.         Font.Charset = DEFAULT_CHARSET
  3587.         Font.Color = clLime
  3588.         Font.Height = -13
  3589.         Font.Name = 'Arial'
  3590.         Font.Style = [fsBold]
  3591.         MaxLength = 15
  3592.         ParentFont = False
  3593.         TabOrder = 0
  3594.         WantReturns = False
  3595.         WordWrap = False
  3596.         OnKeyUp = TriangleAreaEditKeyUp
  3597.       end
  3598.       object Triangle2ASideEdit: TMemo
  3599.         Left = 316
  3600.         Top = 36
  3601.         Width = 130
  3602.         Height = 26
  3603.         Alignment = taRightJustify
  3604.         Color = clBlack
  3605.         Font.Charset = DEFAULT_CHARSET
  3606.         Font.Color = clLime
  3607.         Font.Height = -13
  3608.         Font.Name = 'Arial'
  3609.         Font.Style = [fsBold]
  3610.         MaxLength = 15
  3611.         ParentFont = False
  3612.         TabOrder = 9
  3613.         WantReturns = False
  3614.         WordWrap = False
  3615.         OnKeyUp = Triangle2ASideEditKeyUp
  3616.       end
  3617.       object TriangleBSideEdit: TMemo
  3618.         Left = 316
  3619.         Top = 66
  3620.         Width = 130
  3621.         Height = 26
  3622.         Alignment = taRightJustify
  3623.         Color = clBlack
  3624.         Font.Charset = DEFAULT_CHARSET
  3625.         Font.Color = clLime
  3626.         Font.Height = -13
  3627.         Font.Name = 'Arial'
  3628.         Font.Style = [fsBold]
  3629.         MaxLength = 15
  3630.         ParentFont = False
  3631.         TabOrder = 2
  3632.         WantReturns = False
  3633.         WordWrap = False
  3634.         OnKeyUp = TriangleBSideEditKeyUp
  3635.       end
  3636.       object Triangle2CSideEdit: TMemo
  3637.         Left = 316
  3638.         Top = 96
  3639.         Width = 130
  3640.         Height = 26
  3641.         Alignment = taRightJustify
  3642.         Color = clBlack
  3643.         Font.Charset = DEFAULT_CHARSET
  3644.         Font.Color = clLime
  3645.         Font.Height = -13
  3646.         Font.Name = 'Arial'
  3647.         Font.Style = [fsBold]
  3648.         MaxLength = 15
  3649.         ParentFont = False
  3650.         TabOrder = 3
  3651.         Visible = False
  3652.         WantReturns = False
  3653.         WordWrap = False
  3654.         OnKeyUp = Triangle2CSideEditKeyUp
  3655.       end
  3656.       object TriangleTypeGroup: TRadioGroup
  3657.         Left = 204
  3658.         Top = 128
  3659.         Width = 229
  3660.         Height = 59
  3661.         Caption = 'Triangle Type'
  3662.         Font.Charset = ANSI_CHARSET
  3663.         Font.Color = clWindowText
  3664.         Font.Height = -13
  3665.         Font.Name = 'Arial'
  3666.         Font.Style = [fsBold]
  3667.         ItemIndex = 0
  3668.         Items.Strings = (
  3669.           'Triangle with base and height'
  3670.           'Triangle with all sides')
  3671.         ParentFont = False
  3672.         TabOrder = 4
  3673.         OnClick = TriangleTypeGroupClick
  3674.       end
  3675.       object TriangleClearBtn: TBitBtn
  3676.         Left = 172
  3677.         Top = 200
  3678.         Width = 70
  3679.         Height = 24
  3680.         Caption = 'C&lear'
  3681.         Font.Charset = ANSI_CHARSET
  3682.         Font.Color = clWindowText
  3683.         Font.Height = -13
  3684.         Font.Name = 'Arial'
  3685.         Font.Style = [fsBold]
  3686.         ParentFont = False
  3687.         TabOrder = 5
  3688.         OnClick = TriangleClearBtnClick
  3689.         Glyph.Data = {
  3690.           76010000424D7601000000000000760000002800000020000000100000000100
  3691.           04000000000000010000120B0000120B00001000000000000000000000000000
  3692.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  3693.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00500005000555
  3694.           555557777F777555F55500000000555055557777777755F75555005500055055
  3695.           555577F5777F57555555005550055555555577FF577F5FF55555500550050055
  3696.           5555577FF77577FF555555005050110555555577F757777FF555555505099910
  3697.           555555FF75777777FF555005550999910555577F5F77777775F5500505509990
  3698.           3055577F75F77777575F55005055090B030555775755777575755555555550B0
  3699.           B03055555F555757575755550555550B0B335555755555757555555555555550
  3700.           BBB35555F55555575F555550555555550BBB55575555555575F5555555555555
  3701.           50BB555555555555575F555555555555550B5555555555555575}
  3702.         NumGlyphs = 2
  3703.       end
  3704.       object TriangleSolveBtn: TBitBtn
  3705.         Left = 246
  3706.         Top = 200
  3707.         Width = 70
  3708.         Height = 24
  3709.         Caption = '&Solve'
  3710.         Font.Charset = ANSI_CHARSET
  3711.         Font.Color = clWindowText
  3712.         Font.Height = -13
  3713.         Font.Name = 'Arial'
  3714.         Font.Style = [fsBold]
  3715.         ParentFont = False
  3716.         TabOrder = 6
  3717.         OnClick = TriangleSolveBtnClick
  3718.         Glyph.Data = {
  3719.           76010000424D7601000000000000760000002800000020000000100000000100
  3720.           04000000000000010000120B0000120B00001000000000000000000000000000
  3721.           800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  3722.           FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  3723.           73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  3724.           0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  3725.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  3726.           0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  3727.           0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  3728.           0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  3729.           0333337F777777737F333308888888880333337F333333337F33330888888888
  3730.           03333373FFFFFFFF733333700000000073333337777777773333}
  3731.         NumGlyphs = 2
  3732.       end
  3733.       object TriangleCloseBtn: TBitBtn
  3734.         Left = 320
  3735.         Top = 200
  3736.         Width = 70
  3737.         Height = 24
  3738.         Font.Charset = ANSI_CHARSET
  3739.         Font.Color = clWindowText
  3740.         Font.Height = -13
  3741.         Font.Name = 'Arial'
  3742.         Font.Style = [fsBold]
  3743.         ParentFont = False
  3744.         TabOrder = 7
  3745.         Kind = bkClose
  3746.       end
  3747.       object TriangleHelpBtn: TBitBtn
  3748.         Left = 394
  3749.         Top = 200
  3750.         Width = 70
  3751.         Height = 24
  3752.         Font.Charset = ANSI_CHARSET
  3753.         Font.Color = clWindowText
  3754.         Font.Height = -13
  3755.         Font.Name = 'Arial'
  3756.         Font.Style = [fsBold]
  3757.         ParentFont = False
  3758.         TabOrder = 8
  3759.         OnClick = AreaHelpBtnClick
  3760.         Kind = bkHelp
  3761.       end
  3762.       object TriangleHeightEdit: TMemo
  3763.         Left = 316
  3764.         Top = 36
  3765.         Width = 130
  3766.         Height = 26
  3767.         Alignment = taRightJustify
  3768.         Color = clBlack
  3769.         Font.Charset = DEFAULT_CHARSET
  3770.         Font.Color = clLime
  3771.         Font.Height = -13
  3772.         Font.Name = 'Arial'
  3773.         Font.Style = [fsBold]
  3774.         MaxLength = 15
  3775.         ParentFont = False
  3776.         TabOrder = 1
  3777.         WantReturns = False
  3778.         WordWrap = False
  3779.         OnKeyUp = TriangleHeightEditKeyUp
  3780.       end
  3781.     end
  3782.   end
  3783. end
  3784.